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 505532d439824ed66747a8df37029e7bba67a2fc..20a9b3e0676b7e9e882a5fc173ffec02cfbba939 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()); |
} |