| Index: chrome/browser/omnibox_search_hint.cc
|
| diff --git a/chrome/browser/omnibox_search_hint.cc b/chrome/browser/omnibox_search_hint.cc
|
| index f2e7f01f29eb0f0cf497bf6dc61c3cd9ff1ddcc6..8dbf7fc8ac9aef617d09694f6c9f95e200818b59 100644
|
| --- a/chrome/browser/omnibox_search_hint.cc
|
| +++ b/chrome/browser/omnibox_search_hint.cc
|
| @@ -221,7 +221,7 @@ void OmniboxSearchHint::ShowEnteringQuery() {
|
| omnibox_view->SelectAll(false);
|
| // Entering text in the omnibox view triggers the suggestion popup that we
|
| // don't want to show in this case.
|
| - omnibox_view->ClosePopup();
|
| + omnibox_view->CloseOmniboxPopup();
|
| }
|
|
|
| void OmniboxSearchHint::DisableHint() {
|
|
|