| Index: chrome/browser/ui/views/create_application_shortcut_view.h
|
| diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h
|
| index 06026289eeedf57cd8578485c598fb049f3fe4a7..5462bdbdfb11baf5a9ba52ceaf28cae4eaee995e 100644
|
| --- a/chrome/browser/ui/views/create_application_shortcut_view.h
|
| +++ b/chrome/browser/ui/views/create_application_shortcut_view.h
|
| @@ -116,8 +116,8 @@ class CreateChromeApplicationShortcutView
|
| // Implement ImageLoadingTracker::Observer. |tracker_| is used to
|
| // load the app's icon. This method recieves the icon, and adds
|
| // it to the "Create Shortcut" dailog box.
|
| - virtual void OnImageLoaded(SkBitmap* image,
|
| - const ExtensionResource& resource,
|
| + virtual void OnImageLoaded(const gfx::Image* image,
|
| + const std::string& extension_id,
|
| int index) OVERRIDE;
|
|
|
| private:
|
|
|