Index: chrome/browser/extensions/extension_install_ui.h |
diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h |
index a2a48810dd15df870995d359c42c22be6c33e93e..4b5167248f1ab6743f590600a6382d13e0823bc6 100644 |
--- a/chrome/browser/extensions/extension_install_ui.h |
+++ b/chrome/browser/extensions/extension_install_ui.h |
@@ -148,8 +148,9 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer { |
virtual void OnInstallFailure(const string16& error); |
// 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; |
// Opens a new tab page and animates the app icon for the app with id |
// |app_id|. |
@@ -175,7 +176,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer { |
// Sets the icon that will be used in any UI. If |icon| is NULL, or contains |
// an empty bitmap, then a default icon will be used instead. |
- void SetIcon(SkBitmap* icon); |
+ void SetIcon(const SkBitmap* icon); |
// Starts the process of showing a confirmation UI, which is split into two. |
// 1) Set off a 'load icon' task. |