Index: chrome/browser/history/top_sites_unittest.cc |
diff --git a/chrome/browser/history/top_sites_unittest.cc b/chrome/browser/history/top_sites_unittest.cc |
index e82d406099b9676a57f4c84205117b1504dbb132..58f65f42e9b1be3f084c420f4e24205bdfa37ac2 100644 |
--- a/chrome/browser/history/top_sites_unittest.cc |
+++ b/chrome/browser/history/top_sites_unittest.cc |
@@ -547,6 +547,7 @@ TEST_F(TopSitesTest, ThumbnailRemoved) { |
// Reset the thumbnails and make sure we don't get it back. |
SetTopSites(MostVisitedURLList()); |
+ RefreshTopSitesAndRecreate(); |
EXPECT_FALSE(top_sites()->GetPageThumbnail(url, &result)); |
} |