| Index: chrome/browser/autocomplete/history_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc
|
| index 6f9dc2e382e3c3f638db68745cbae9bcd87f08c9..4a4934c8f8d0203fa2ef9be7b0df5fac5977971d 100644
|
| --- a/chrome/browser/autocomplete/history_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_provider.cc
|
| @@ -24,8 +24,8 @@ void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
|
| DCHECK(profile_);
|
| DCHECK(match.deletable);
|
|
|
| - HistoryService* const history_service =
|
| - HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
| + HistoryService* const history_service = HistoryServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
|
|
| // Delete the underlying URL along with all its visits from the history DB.
|
| // The resulting HISTORY_URLS_DELETED notification will also cause all caches
|
|
|