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_
13 enum class VectorIconId {
20 #endif // UI_GFX_VECTOR_ICONS_H_