| 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..5de85ce65134f0b896f940ab88752e56f3e5c210 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,
|
| + TopSitesImpl::CALL_LOCATION_FROM_OTHER_PLACES);
|
| }
|
|
|
| bool AddForcedURL(const GURL& url, base::Time time) {
|
|
|