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