Index: chrome/browser/ui/web_applications/web_app_ui.cc |
diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc |
index 68441549c3e57d4c9d9451b605e30b09ef23566a..f56a368535670967fc3024cd5507c6d0503cd38e 100644 |
--- a/chrome/browser/ui/web_applications/web_app_ui.cc |
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
@@ -162,7 +162,7 @@ void UpdateShortcutWorker::OnIconDownloaded(int download_id, |
if (!errored && !image.isNull()) { |
// Update icon with download image and update shortcut. |
- shortcut_info_.favicon = image; |
+ shortcut_info_.favicon = gfx::Image(image); |
tab_contents_->extension_tab_helper()->SetAppIcon(image); |
UpdateShortcuts(); |
} else { |