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_ |