| Index: chrome/browser/ssl/connection_security_helper.cc
|
| diff --git a/chrome/browser/ssl/connection_security_helper.cc b/chrome/browser/ssl/connection_security_helper.cc
|
| index 5ea9dcf7b8a4d8736c02f98091302f08e0353d82..63455835bb614efb709850c2695e0c1a78d84b03 100644
|
| --- a/chrome/browser/ssl/connection_security_helper.cc
|
| +++ b/chrome/browser/ssl/connection_security_helper.cc
|
| @@ -57,7 +57,7 @@ GetSecurityLevelForNonSecureFieldTrial() {
|
|
|
| ConnectionSecurityHelper::SecurityLevel
|
| ConnectionSecurityHelper::GetSecurityLevelForWebContents(
|
| - content::WebContents* web_contents) {
|
| + const content::WebContents* web_contents) {
|
| if (!web_contents)
|
| return NONE;
|
|
|
|
|