| Index: chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| index ea7d251fcc32fcdd9c6116fae7eed9b6f7e5957a..4e252b6508b7ae6967c4f4ef4728d3e366c7fd2d 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| @@ -398,7 +398,7 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
|
| void ToolbarView::ShowWebsiteSettings(
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
| - const SecurityStateModel::SecurityInfo& security_info) {
|
| + const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| chrome::ShowWebsiteSettings(browser_, web_contents, url, security_info);
|
| }
|
|
|
|
|