Index: chrome/browser/extensions/app_shortcut_manager.h |
diff --git a/chrome/browser/extensions/app_shortcut_manager.h b/chrome/browser/extensions/app_shortcut_manager.h |
index 7f21f8810137c376cd2b93aa14d829647dbb3a2e..d97bbcc23a3837538c513a66f6dd8755fab47331 100644 |
--- a/chrome/browser/extensions/app_shortcut_manager.h |
+++ b/chrome/browser/extensions/app_shortcut_manager.h |
@@ -24,8 +24,8 @@ class AppShortcutManager : public ImageLoadingTracker::Observer, |
// load the application's icon, which is done when we start creating an |
// application's shortcuts. This method receives the icon, and completes |
// the process of installing the shortcuts. |
- virtual void OnImageLoaded(SkBitmap* image, |
- const ExtensionResource& resource, |
+ virtual void OnImageLoaded(const gfx::Image& image, |
+ const std::string& extension_id, |
int index) OVERRIDE; |
// content::NotificationObserver |