Index: chrome/browser/history/expire_history_backend_unittest.cc |
=================================================================== |
--- chrome/browser/history/expire_history_backend_unittest.cc (revision 137075) |
+++ chrome/browser/history/expire_history_backend_unittest.cc (working copy) |
@@ -230,9 +230,8 @@ |
thumb_db_->AddIconMapping(url_row3.url(), favicon2); |
// Thumbnails for each URL. |thumbnail| takes ownership of decoded SkBitmap. |
- scoped_ptr<SkBitmap> thumbnail_bitmap( |
+ gfx::Image thumbnail( |
gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail))); |
- gfx::Image thumbnail(*thumbnail_bitmap); |
ThumbnailScore score(0.25, true, true, Time::Now()); |
Time time; |