Index: chrome/browser/ui/views/toolbar/toolbar_view.h |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h |
index 931892c0e2a6ebf6f8e5c45af425b6879dc63cfc..fd3de8eee2910ff0970a369063b0ab1c4269176d 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h |
@@ -130,9 +130,10 @@ class ToolbarView : public views::AccessiblePaneView, |
ExtensionAction* action) override; |
ContentSettingBubbleModelDelegate* GetContentSettingBubbleModelDelegate() |
override; |
- void ShowWebsiteSettings(content::WebContents* web_contents, |
- const GURL& url, |
- const content::SSLStatus& ssl) override; |
+ void ShowWebsiteSettings( |
+ content::WebContents* web_contents, |
+ const GURL& url, |
+ const SecurityStateModel::SecurityInfo& security_info) override; |
// CommandObserver: |
void EnabledStateChangedForCommand(int id, bool enabled) override; |