| 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 381c8fbdc4d4b4885d5b220470b6e74d1b1afef4..fa8340a1f7e5aca77feb35b0bd0c596ed5eda5bf 100644
|
| --- a/chrome/browser/history/top_sites_impl_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_impl_unittest.cc
|
| @@ -240,8 +240,8 @@ class TopSitesImplTest : public HistoryUnitTestBase {
|
| }
|
| TestingProfile* profile() {return profile_.get();}
|
| HistoryService* history_service() {
|
| - return HistoryServiceFactory::GetForProfile(profile_.get(),
|
| - Profile::EXPLICIT_ACCESS);
|
| + return HistoryServiceFactory::GetForProfile(
|
| + profile_.get(), ServiceAccessType::EXPLICIT_ACCESS);
|
| }
|
|
|
| MostVisitedURLList GetPrepopulatePages() {
|
|
|