| Index: components/history/core/browser/top_sites_impl_unittest.cc
|
| diff --git a/components/history/core/browser/top_sites_impl_unittest.cc b/components/history/core/browser/top_sites_impl_unittest.cc
|
| index a36357d7a1775386218c4db2cbff06ff668b2b3f..bc1b034e8895c34392b6a16466ec02dd202ce3b8 100644
|
| --- a/components/history/core/browser/top_sites_impl_unittest.cc
|
| +++ b/components/history/core/browser/top_sites_impl_unittest.cc
|
| @@ -37,9 +37,6 @@ namespace history {
|
|
|
| namespace {
|
|
|
| -// Key for URL blacklist.
|
| -const char kAcceptLanguages[] = "en-US,en";
|
| -
|
| const char kApplicationScheme[] = "application";
|
| const char kPrepopulatedPageURL[] =
|
| "http://www.google.com/int/chrome/welcome.html";
|
| @@ -147,7 +144,6 @@ class TopSitesImplTest : public HistoryUnitTestBase {
|
| history_service_.reset(
|
| new HistoryService(nullptr, scoped_ptr<VisitDelegate>()));
|
| ASSERT_TRUE(history_service_->Init(
|
| - kAcceptLanguages,
|
| TestHistoryDatabaseParamsForPath(scoped_temp_dir_.path())));
|
| ResetTopSites();
|
| WaitTopSitesLoaded();
|
|
|