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 1f17e09d88eca5774112d2b79d363fa405174052..7920b9d9d1c98d133206a0dee0de1cc90b04be0e 100644 |
--- a/chrome/browser/ui/web_applications/web_app_ui.cc |
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
@@ -309,7 +309,8 @@ void GetShortcutInfoForTab(TabContentsWrapper* tab_contents_wrapper, |
web_contents->GetTitle()) : |
app_info.title; |
info->description = app_info.description; |
- info->favicon = tab_contents_wrapper->favicon_tab_helper()->GetFavicon(); |
+ info->favicon = gfx::Image( |
+ new SkBitmap(tab_contents_wrapper->favicon_tab_helper()->GetFavicon())); |
} |
void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents) { |