Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
index 52b019f1cfd179028e5173a20c534f3d08ba6421..0894c5ace79aad343c60c9e5c5856a645896d73f 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
@@ -37,8 +37,9 @@ class PageActionDecoration : public ImageDecoration, |
bool preview_enabled() const { return preview_enabled_; } |
// Overridden from |ImageLoadingTracker::Observer|. |
- virtual void OnImageLoaded( |
- SkBitmap* image, const ExtensionResource& resource, int index) OVERRIDE; |
+ virtual void OnImageLoaded(const gfx::Image& image, |
+ const std::string& extension_id, |
+ int index) OVERRIDE; |
// Called to notify the Page Action that it should determine whether |
// to be visible or hidden. |contents| is the WebContents that is |