| Index: ui/gfx/vector_icons/vector_icons.h.template
|
| diff --git a/ui/gfx/vector_icons/vector_icons.h.template b/ui/gfx/vector_icons/vector_icons.h.template
|
| index d89f32c069aefe16074581fcff3296346e4fcd96..eda3460e41f3f64da773f5b25cd15f1b77385102 100644
|
| --- a/ui/gfx/vector_icons/vector_icons.h.template
|
| +++ b/ui/gfx/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 UI_GFX_VECTOR_ICONS_H_
|
| -#define UI_GFX_VECTOR_ICONS_H_
|
| +#ifndef UI_GFX_VECTOR_ICONS_VECTOR_ICONS_H_
|
| +#define UI_GFX_VECTOR_ICONS_VECTOR_ICONS_H_
|
|
|
| namespace gfx {
|
|
|
| @@ -17,4 +17,4 @@ TEMPLATE_PLACEHOLDER
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_VECTOR_ICONS_H_
|
| +#endif // UI_GFX_VECTOR_ICONS_VECTOR_ICONS_H_
|
|
|