| Index: chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc b/chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc
|
| index 49fb628fcdc457f39192d0bae1dda1423ff2d107..b47202622bc3c930fe0b7466f3db537662d1ee35 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc
|
| @@ -64,7 +64,7 @@ void SuggestionsSourceTopSites::FetchItems(Profile* profile) {
|
|
|
| history_tracker_.TryCancelAll();
|
| HistoryService* history = HistoryServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| // |history| may be null during unit tests.
|
| if (history) {
|
| history::VisitFilter time_filter;
|
|
|