| Index: chrome/browser/autocomplete/shortcuts_provider.cc
|
| diff --git a/chrome/browser/autocomplete/shortcuts_provider.cc b/chrome/browser/autocomplete/shortcuts_provider.cc
|
| index 106cf1c68c992f777d08711d934d559a6b0acf15..1008911369e73229f753b9dd9ebf3afbcbf7fa68 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_provider.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_provider.cc
|
| @@ -111,8 +111,8 @@ void ShortcutsProvider::DeleteMatch(const AutocompleteMatch& match) {
|
|
|
| // Delete the match from the history DB. This will eventually result in a
|
| // second call to DeleteShortcutsWithURL(), which is harmless.
|
| - HistoryService* const history_service =
|
| - HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
| + HistoryService* const history_service = HistoryServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| DCHECK(history_service);
|
| history_service->DeleteURL(url);
|
| }
|
|
|