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