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 0dc58c7a66de814403a1c0ac66f649707a117531..852b22241f24f262d127db0d176d1c4c1cf67e26 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -80,7 +80,7 @@ |
#include "chrome/browser/ui/views/location_bar/zoom_bubble_view.h" |
#include "chrome/browser/ui/views/new_back_shortcut_bubble.h" |
#include "chrome/browser/ui/views/omnibox/omnibox_view_views.h" |
-#include "chrome/browser/ui/views/page_info/website_settings_popup_view.h" |
+#include "chrome/browser/ui/views/page_info/page_info_popup_view.h" |
#include "chrome/browser/ui/views/profiles/profile_indicator_icon.h" |
#include "chrome/browser/ui/views/status_bubble_views.h" |
#include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h" |
@@ -1284,12 +1284,12 @@ void BrowserView::UserChangedTheme() { |
frame_->FrameTypeChanged(); |
} |
-void BrowserView::ShowWebsiteSettings( |
+void BrowserView::ShowPageInfo( |
Profile* profile, |
content::WebContents* web_contents, |
const GURL& virtual_url, |
const security_state::SecurityInfo& security_info) { |
- WebsiteSettingsPopupView::ShowPopup( |
+ PageInfoPopupView::ShowPopup( |
GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile, |
web_contents, virtual_url, security_info); |
} |