| Index: chrome/browser/history/top_sites_impl.cc
|
| diff --git a/chrome/browser/history/top_sites_impl.cc b/chrome/browser/history/top_sites_impl.cc
|
| index 853e8dac6a30ce0a0f798a75fb13b1501c1a8d62..5d1a78d1ffce9c33f6fdbbeab34cc5e977e8e951 100644
|
| --- a/chrome/browser/history/top_sites_impl.cc
|
| +++ b/chrome/browser/history/top_sites_impl.cc
|
| @@ -450,7 +450,7 @@ base::CancelableTaskTracker::TaskId TopSitesImpl::StartQueryForMostVisited() {
|
| return base::CancelableTaskTracker::kBadTaskId;
|
|
|
| HistoryService* hs = HistoryServiceFactory::GetForProfile(
|
| - profile_, Profile::EXPLICIT_ACCESS);
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| // |hs| may be null during unit tests.
|
| if (hs) {
|
| return hs->QueryMostVisitedURLs(
|
|
|