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

Unified Diff: chrome/common/extensions/manifest_handlers/icons_handler.h

Issue 13460012: Move IconsHandler from c/c/e/api/ to c/c/e (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ Created 7 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
Index: chrome/common/extensions/manifest_handlers/icons_handler.h
diff --git a/chrome/common/extensions/api/icons/icons_handler.h b/chrome/common/extensions/manifest_handlers/icons_handler.h
similarity index 93%
rename from chrome/common/extensions/api/icons/icons_handler.h
rename to chrome/common/extensions/manifest_handlers/icons_handler.h
index 76d4cff084f10c335b943b70b3d514b7d10ff49b..e48023436831b637c26172c5a76798cad163f5e2 100644
--- a/chrome/common/extensions/api/icons/icons_handler.h
+++ b/chrome/common/extensions/manifest_handlers/icons_handler.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_API_ICONS_ICONS_HANDLER_H_
-#define CHROME_COMMON_EXTENSIONS_API_ICONS_ICONS_HANDLER_H_
+#ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
+#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
#include <string>
@@ -82,4 +82,4 @@ class IconsHandler : public ManifestHandler {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_API_ICONS_ICONS_HANDLER_H_
+#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
« no previous file with comments | « chrome/common/extensions/extension_file_util_unittest.cc ('k') | chrome/common/extensions/manifest_handlers/icons_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698