| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc
|
| index c87a71bd2dd110b763dd113b20488984c263d180..547ebd8759684baaf78efdc4d4b261c0672fd6a7 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -526,8 +526,8 @@ void HistoryURLProvider::Start(const AutocompleteInput& input,
|
| // We'll need the history service to run both passes, so try to obtain it.
|
| if (!profile_)
|
| return;
|
| - HistoryService* const history_service =
|
| - HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
| + HistoryService* const history_service = HistoryServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| if (!history_service)
|
| return;
|
|
|
|
|