| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| index 5d237ee4b19a6348adc0d39d572695e3cc73bf83..7b549c4e382fa2de8f459c72c48080fe8188764c 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| @@ -75,8 +75,8 @@ bool AlternateNavInfoBarDelegate::LinkClicked(
|
| }
|
|
|
| // Tell the history system to remove any saved search term for the search.
|
| - HistoryService* const history_service =
|
| - HistoryServiceFactory::GetForProfile(profile_, Profile::IMPLICIT_ACCESS);
|
| + HistoryService* const history_service = HistoryServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::IMPLICIT_ACCESS);
|
| if (history_service)
|
| history_service->DeleteKeywordSearchTermForURL(search_url_);
|
|
|
|
|