| 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 9bc227c3b0fa4bdbd3ef25bd14d78e63545cc168..d5974db269af27a2cd0150d8a8db61c648bb6e04 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1429,7 +1429,7 @@ void BrowserView::ShowWebsiteSettings(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
| - const SecurityStateModel::SecurityInfo& security_info) {
|
| + const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| // Some browser windows have a location icon embedded in the frame. Try to
|
| // use that if it exists. If it doesn't exist, use the location icon from
|
| // the location bar.
|
|
|