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

Unified Diff: chrome/common/icon_with_badge_image_source.h

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/icon_with_badge_image_source.h
diff --git a/chrome/common/icon_with_badge_image_source.h b/chrome/common/icon_with_badge_image_source.h
index f6f94d1bc3a9765d8f69dc288d1db1d618681fa6..8040e92dc34f5c9597d6bbb55c11d26d53692678 100644
--- a/chrome/common/icon_with_badge_image_source.h
+++ b/chrome/common/icon_with_badge_image_source.h
@@ -7,7 +7,7 @@
#include <string>
-#include "chrome/common/extensions/extension.h"
+#include "chrome/common/extensions/api/extension_action/action_info.h"
#include "ui/gfx/image/canvas_image_source.h"
#include "ui/gfx/image/image_skia.h"
@@ -26,7 +26,7 @@ class IconWithBadgeImageSource
const std::string& text,
const SkColor& text_color,
const SkColor& background_color,
- extensions::Extension::ActionInfo::Type action_type);
+ extensions::ActionInfo::Type action_type);
virtual ~IconWithBadgeImageSource();
private:
@@ -48,7 +48,7 @@ class IconWithBadgeImageSource
SkColor background_color_;
// Type of extension action this is for.
- extensions::Extension::ActionInfo::Type action_type_;
+ extensions::ActionInfo::Type action_type_;
DISALLOW_COPY_AND_ASSIGN(IconWithBadgeImageSource);
};

Powered by Google App Engine
This is Rietveld 408576698