| Index: components/toolbar/vector_icons/vector_icons.h.template
|
| diff --git a/chrome/app/vector_icons/vector_icons.h.template b/components/toolbar/vector_icons/vector_icons.h.template
|
| similarity index 69%
|
| copy from chrome/app/vector_icons/vector_icons.h.template
|
| copy to components/toolbar/vector_icons/vector_icons.h.template
|
| index 4bc81a728b75c46d05b344dadeff3663ee85b815..024a30944d25518dc2085b1330e4233f7847a455 100644
|
| --- a/chrome/app/vector_icons/vector_icons.h.template
|
| +++ b/components/toolbar/vector_icons/vector_icons.h.template
|
| @@ -5,8 +5,8 @@
|
| // vector_icons.h.template is used to generate vector_icons.h. Edit the former
|
| // rather than the latter.
|
|
|
| -#ifndef CHROME_APP_VECTOR_ICONS_VECTOR_ICONS_H_
|
| -#define CHROME_APP_VECTOR_ICONS_VECTOR_ICONS_H_
|
| +#ifndef COMPONENTS_TOOLBAR_VECTOR_ICONS_H_
|
| +#define COMPONENTS_TOOLBAR_VECTOR_ICONS_H_
|
|
|
| namespace gfx {
|
| struct VectorIcon;
|
| @@ -15,6 +15,12 @@ struct VectorIcon;
|
| #define VECTOR_ICON_TEMPLATE_H(icon_name) \
|
| extern const gfx::VectorIcon icon_name;
|
|
|
| +namespace toolbar {
|
| +
|
| TEMPLATE_PLACEHOLDER
|
|
|
| -#endif // CHROME_APP_VECTOR_ICONS_VECTOR_ICONS_H_
|
| +}
|
| +
|
| +#undef VECTOR_ICON_TEMPLATE_H
|
| +
|
| +#endif // COMPONENTS_TOOLBAR_VECTOR_ICONS_H_
|
|
|