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 969869f6e969de143694489bafe5690c39fd5659..89871997c1158005077248aef0f1f196e35d4139 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -485,7 +485,7 @@ void BrowserView::InitStatusBubble() { |
void BrowserView::InitPermissionBubbleView() { |
permission_bubble_view_.reset(new PermissionBubbleViewViews( |
- GetLocationBarView()->GetLocationIconView())); |
+ GetLocationBarView()->location_icon_view())); |
} |
gfx::Rect BrowserView::GetToolbarBounds() const { |
@@ -1253,7 +1253,7 @@ void BrowserView::ShowWebsiteSettings(Profile* profile, |
const GURL& url, |
const content::SSLStatus& ssl) { |
WebsiteSettingsPopupView::ShowPopup( |
- GetLocationBarView()->GetLocationIconView(), profile, |
+ GetLocationBarView()->location_icon_view(), profile, |
web_contents, url, ssl, browser_.get()); |
} |