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

Unified Diff: chrome/common/icon_with_badge_image_source.cc

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.cc
diff --git a/chrome/common/icon_with_badge_image_source.cc b/chrome/common/icon_with_badge_image_source.cc
index f9745936fa4c3818850907e24d52674859c6589d..166503052062fc5733071a7270aa4f686105fa2c 100644
--- a/chrome/common/icon_with_badge_image_source.cc
+++ b/chrome/common/icon_with_badge_image_source.cc
@@ -15,7 +15,7 @@ IconWithBadgeImageSource::IconWithBadgeImageSource(
const std::string& text,
const SkColor& text_color,
const SkColor& background_color,
- extensions::Extension::ActionInfo::Type action_type)
+ extensions::ActionInfo::Type action_type)
: gfx::CanvasImageSource(icon_size, false),
icon_(icon),
spacing_(spacing),

Powered by Google App Engine
This is Rietveld 408576698