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

Unified Diff: extensions/common/extension_icon_set.h

Issue 225043002: Move extension_icon_set.{h,cc} to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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 | « chrome/common/localized_error.cc ('k') | extensions/common/extension_icon_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_icon_set.h
diff --git a/chrome/common/extensions/extension_icon_set.h b/extensions/common/extension_icon_set.h
similarity index 89%
rename from chrome/common/extensions/extension_icon_set.h
rename to extensions/common/extension_icon_set.h
index 487099e7195439c6a77765e5d2d130637400eeed..a2749574188c13fc76c2b789f1e79261af44bafa 100644
--- a/chrome/common/extensions/extension_icon_set.h
+++ b/extensions/common/extension_icon_set.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_ICON_SET_H_
-#define CHROME_COMMON_EXTENSIONS_EXTENSION_ICON_SET_H_
+#ifndef EXTENSIONS_COMMON_EXTENSION_ICON_SET_H_
+#define EXTENSIONS_COMMON_EXTENSION_ICON_SET_H_
#include <map>
#include <string>
@@ -49,4 +49,4 @@ class ExtensionIconSet {
IconMap map_;
};
-#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_ICON_SET_H_
+#endif // EXTENSIONS_COMMON_EXTENSION_ICON_SET_H_
« no previous file with comments | « chrome/common/localized_error.cc ('k') | extensions/common/extension_icon_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698