Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1568)

Unified Diff: components/omnibox/browser/vector_icons/vector_icons.h.template

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/browser/vector_icons/vector_icons.cc.template ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/omnibox/browser/vector_icons/vector_icons.cc.template ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698