Index: chrome/common/extensions/extension_action.h |
diff --git a/chrome/common/extensions/extension_action.h b/chrome/common/extensions/extension_action.h |
index d701de8afe8c172a5ad217ddcf51178c0bac47bd..bd9c592b1571c2e6f5a6412ea01901b7c1653ded 100644 |
--- a/chrome/common/extensions/extension_action.h |
+++ b/chrome/common/extensions/extension_action.h |
@@ -168,7 +168,7 @@ class ExtensionAction { |
void CacheIcon(const std::string& path, const gfx::Image& icon); |
// Set this action's icon bitmap on a specific tab. |
- void SetIcon(int tab_id, const SkBitmap& bitmap); |
+ void SetIcon(int tab_id, const gfx::Image& image); |
// Get the icon for a tab, or the default if no icon was set for this tab, |
// retrieving icons that have been specified by path from the previous |