| 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 0a7e481ab636cab15d98ff57789ad247f3b69a9b..51d4d4ea8c0f96a4edcf084f0d3c22ee4aeac87c 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -134,8 +134,7 @@ class ToolbarView : public views::AccessiblePaneView,
|
| void ShowWebsiteSettings(
|
| content::WebContents* web_contents,
|
| const GURL& virtual_url,
|
| - const security_state::SecurityStateModel::SecurityInfo& security_info)
|
| - override;
|
| + const security_state::SecurityInfo& security_info) override;
|
|
|
| // CommandObserver:
|
| void EnabledStateChangedForCommand(int id, bool enabled) override;
|
|
|