| Index: chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| diff --git a/chrome/browser/ui/views/browser_dialogs_views_mac.cc b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| index 9a84f8ec1ca64b89981928b9eb6f4a4a07265582..4ba50ba7d88cd19711e175ca66af529fe5ff406f 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| +++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
|
| @@ -25,7 +25,7 @@ void ShowWebsiteSettingsBubbleViewsAtPoint(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| const GURL& virtual_url,
|
| - const security_state::SecurityStateModel::SecurityInfo& security_info) {
|
| + const security_state::SecurityInfo& security_info) {
|
| // Don't show the bubble again if it's already showing. A second click on the
|
| // location icon in the omnibox will dismiss an open bubble. This behaviour is
|
| // consistent with the non-Mac views implementation.
|
|
|