Index: chrome/browser/history/top_sites_impl_unittest.cc |
diff --git a/chrome/browser/history/top_sites_impl_unittest.cc b/chrome/browser/history/top_sites_impl_unittest.cc |
index 4974e9915976788fbcbbf8624609b689a89ef0fd..a9d5f7f17e92b98568c68ea4da44b6dba9988b29 100644 |
--- a/chrome/browser/history/top_sites_impl_unittest.cc |
+++ b/chrome/browser/history/top_sites_impl_unittest.cc |
@@ -307,7 +307,8 @@ class TopSitesImplTest : public HistoryUnitTestBase { |
} |
void SetTopSites(const MostVisitedURLList& new_top_sites) { |
- top_sites()->SetTopSites(new_top_sites); |
+ top_sites()->SetTopSites(new_top_sites, |
+ TopSitesBackend::CALL_LOCATION_FROM_OTHER_PLACES); |
} |
bool AddForcedURL(const GURL& url, base::Time time) { |