[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / ui / gfx / vector_icons / vector_icons.h.template
blob289c89efd998b6551fbdbb5351fd7ee0c0898083
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // vector_icons.h.template is used to generate vector_icons2.h. Edit the former
6 // rather than the latter.
8 #ifndef UI_GFX_VECTOR_ICONS_H_
9 #define UI_GFX_VECTOR_ICONS_H_
11 namespace gfx {
13 enum class VectorIconId {
14 TEMPLATE_PLACEHOLDER
15   VECTOR_ICON_NONE,
18 }  // namespace gfx
20 #endif  // UI_GFX_VECTOR_ICONS_H_