| Index: chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
|
| index 7321588a4e97e56b55a0cf8cd6ff34b4c5f9764a..580c28ac5670595082d5d6c59dafae08003fcfa2 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
|
| @@ -1174,7 +1174,7 @@ void WebsiteSettingsUIBridge::Show(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| const GURL& virtual_url,
|
| - const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| + const security_state::SecurityInfo& security_info) {
|
| if (chrome::ToolkitViewsWebUIDialogsEnabled()) {
|
| chrome::ShowWebsiteSettingsBubbleViewsAtPoint(
|
| gfx::ScreenPointFromNSPoint(AnchorPointForWindow(parent)), profile,
|
|
|