| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 4f7ecc922ca7480b11e4798b36bd6726503ba5b5..419b70d0365bb48b8a68bc08e1e7d812a6d4200c 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1305,7 +1305,7 @@ bool Browser::CanDragEnter(content::WebContents* source,
|
| }
|
|
|
| content::SecurityStyle Browser::GetSecurityStyle(WebContents* web_contents) {
|
| - return ConnectionSecurityHelper::GetSecurityStyleForWebContents(web_contents);
|
| + return connection_security::GetSecurityStyleForWebContents(web_contents);
|
| }
|
|
|
| bool Browser::IsMouseLocked() const {
|
|
|