| 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..8a7d666a18e4229f6793840f87a946079af13a94 100644
|
| --- a/chrome/browser/history/top_sites_impl_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_impl_unittest.cc
|
| @@ -307,7 +307,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
|
| }
|
|
|
| void SetTopSites(const MostVisitedURLList& new_top_sites) {
|
| - top_sites()->SetTopSites(new_top_sites);
|
| + top_sites()->SetTopSites(new_top_sites, TopSitesBackend::fomOtherPlaces);
|
| }
|
|
|
| bool AddForcedURL(const GURL& url, base::Time time) {
|
|
|