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

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

Issue 229813002: Move extensions manifest IconsHandler to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skia include (icons-handler) 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
Index: extensions/common/manifest_handlers/icons_handler.h
diff --git a/chrome/common/extensions/manifest_handlers/icons_handler.h b/extensions/common/manifest_handlers/icons_handler.h
similarity index 88%
rename from chrome/common/extensions/manifest_handlers/icons_handler.h
rename to extensions/common/manifest_handlers/icons_handler.h
index 9c4d42f50ee7a3faf3d2ce8076cd914515fd05a8..8bd2d346da842c83c89fc0d8cdd44e97f33b2493 100644
--- a/chrome/common/extensions/manifest_handlers/icons_handler.h
+++ b/extensions/common/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_MANIFEST_HANDLERS_ICONS_HANDLER_H_
-#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_ICONS_HANDLER_H_
+#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_ICONS_HANDLER_H_
#include <string>
@@ -12,6 +12,12 @@
#include "extensions/common/extension_resource.h"
#include "extensions/common/manifest_handler.h"
+class GURL;
+
+namespace gfx {
+class ImageSkia;
+}
+
namespace extensions {
struct IconsInfo : public Extension::ManifestData {
@@ -57,4 +63,4 @@ class IconsHandler : public ManifestHandler {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_ICONS_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698