| 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..2d9c5c84fd58bb2f447fe24bd09cfb7563b031ec 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, false);
|
| }
|
|
|
| bool AddForcedURL(const GURL& url, base::Time time) {
|
|
|