| Index: components/omnibox/browser/vector_icons/vector_icons.h.template
|
| diff --git a/chrome/app/vector_icons/vector_icons.h.template b/components/omnibox/browser/vector_icons/vector_icons.h.template
|
| similarity index 66%
|
| copy from chrome/app/vector_icons/vector_icons.h.template
|
| copy to components/omnibox/browser/vector_icons/vector_icons.h.template
|
| index 4bc81a728b75c46d05b344dadeff3663ee85b815..24775ff09f82a34749aa4e3189f1fb864afb46b8 100644
|
| --- a/chrome/app/vector_icons/vector_icons.h.template
|
| +++ b/components/omnibox/browser/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_OMNIBOX_BROWSER_VECTOR_ICONS_H_
|
| +#define COMPONENTS_OMNIBOX_BROWSER_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 omnibox {
|
| +
|
| TEMPLATE_PLACEHOLDER
|
|
|
| -#endif // CHROME_APP_VECTOR_ICONS_VECTOR_ICONS_H_
|
| +}
|
| +
|
| +#undef VECTOR_ICON_TEMPLATE_H
|
| +
|
| +#endif // COMPONENTS_OMNIBOX_BROWSER_VECTOR_ICONS_H_
|
|
|