| Index: chrome/browser/ssl/connection_security_helper.h
|
| diff --git a/chrome/browser/ssl/connection_security_helper.h b/chrome/browser/ssl/connection_security_helper.h
|
| index 68ddd1b230910b36c898552a0d52dd48be16f299..3a34b567b977705b2b60567125bca354fa46b8d3 100644
|
| --- a/chrome/browser/ssl/connection_security_helper.h
|
| +++ b/chrome/browser/ssl/connection_security_helper.h
|
| @@ -50,7 +50,7 @@ class ConnectionSecurityHelper {
|
| // Returns a security level describing the overall security state of
|
| // the given |WebContents|.
|
| static SecurityLevel GetSecurityLevelForWebContents(
|
| - content::WebContents* web_contents);
|
| + const content::WebContents* web_contents);
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ConnectionSecurityHelper);
|
|
|