| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index d169f7c97b279b07a1a9d4f14c195dc65093379b..3c03397d99b4c0eebcb2894bc685a41f5aa2686a 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -882,7 +882,7 @@ void ShowWebsiteSettings(
|
| Browser* browser,
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
| - const SecurityStateModel::SecurityInfo& security_info) {
|
| + const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| browser->window()->ShowWebsiteSettings(
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext()),
|
| web_contents, url, security_info);
|
|
|