Index: chrome/browser/history/top_sites_unittest.cc |
=================================================================== |
--- chrome/browser/history/top_sites_unittest.cc (revision 151481) |
+++ chrome/browser/history/top_sites_unittest.cc (working copy) |
@@ -1186,6 +1186,7 @@ |
false); |
// Create TopSites, but not History. |
+ HistoryServiceFactory::GetInstance()->SetTestingFactory(profile(), NULL); |
profile()->CreateTopSites(); |
WaitForTopSites(); |
EXPECT_FALSE(IsTopSitesLoaded()); |