Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index 31f3d6763c444664f2e72a2ddaf9c328d0fdacbf..5f5f445a17bc7c1abced5b9f458e924e70d42786 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1712,7 +1712,7 @@ void BrowserView::OnWidgetMove() { |
// Close the omnibox popup, if any. |
LocationBarView* location_bar_view = GetLocationBarView(); |
if (location_bar_view) |
- location_bar_view->GetLocationEntry()->ClosePopup(); |
+ location_bar_view->GetLocationEntry()->CloseOmniboxPopup(); |
} |
views::Widget* BrowserView::GetWidget() { |