| Index: components/ntp_tiles/most_visited_sites_unittest.cc
|
| diff --git a/components/ntp_tiles/most_visited_sites_unittest.cc b/components/ntp_tiles/most_visited_sites_unittest.cc
|
| index 9c166090ffd9ef8ca301cfa2a2ae68e5254f7206..a4c040626ce2c9fffdd549d1369038f595958f8d 100644
|
| --- a/components/ntp_tiles/most_visited_sites_unittest.cc
|
| +++ b/components/ntp_tiles/most_visited_sites_unittest.cc
|
| @@ -207,9 +207,8 @@ class PopularSitesFactoryForTest {
|
| url_request_context_(new net::TestURLRequestContextGetter(
|
| base::ThreadTaskRunnerHandle::Get())),
|
| worker_pool_owner_(/*max_threads=*/2, "PopularSitesFactoryForTest.") {
|
| + PopularSitesImpl::RegisterProfilePrefs(pref_service->registry());
|
| if (enabled) {
|
| - PopularSitesImpl::RegisterProfilePrefs(pref_service->registry());
|
| -
|
| prefs_->SetString(prefs::kPopularSitesOverrideCountry, "IN");
|
| prefs_->SetString(prefs::kPopularSitesOverrideVersion, "7");
|
|
|
|
|