Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index 2da50d04e16f2c5297abafedd7744fbd4b0a130b..a9eb13c27208f30530548b79a4b152cf75bf9670 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -158,7 +158,7 @@ void HistoryTabHelper::OnThumbnail(const GURL& url, |
// Tell History about this thumbnail. |
history::TopSites* ts = profile->GetTopSites(); |
if (ts) { |
- gfx::Image thumbnail(new SkBitmap(bitmap)); |
+ gfx::Image thumbnail(bitmap); |
ts->SetPageThumbnail(url, &thumbnail, score); |
} |
} |