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

Unified Diff: chrome/common/badge_util.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: Latest master for CQ Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/badge_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/badge_util.h
diff --git a/chrome/common/badge_util.h b/chrome/common/badge_util.h
index 06ac48516da5cd43cb3141498af5d70a34a2b440..91ed4707cd79e52c6081ceb3cfb0af009cf1319c 100644
--- a/chrome/common/badge_util.h
+++ b/chrome/common/badge_util.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/string16.h"
-#include "chrome/common/extensions/extension.h"
+#include "chrome/common/extensions/api/extension_action/action_info.h"
#include "third_party/skia/include/core/SkBitmap.h"
class SkPaint;
@@ -41,7 +41,7 @@ void PaintBadge(gfx::Canvas* canvas,
const SkColor& text_color_in,
const SkColor& background_color_in,
int icon_width,
- extensions::Extension::ActionInfo::Type action_type);
+ extensions::ActionInfo::Type action_type);
} // namespace badge_util;
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/badge_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698