| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 064b87f6a83963ce611ff10d61ab1d7a47898f96..f191672c9d9c21b3a98b07dc9bbd5e967c8b3dec 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -488,7 +488,7 @@ class CONTENT_EXPORT WebContentsDelegate {
|
|
|
| // Can be overridden by a delegate to return the security style of the given
|
| // |web_contents|. Returns SECURITY_STYLE_UNKNOWN if not overriden.
|
| - virtual SecurityStyle GetSecurityStyle(const WebContents* web_contents);
|
| + virtual SecurityStyle GetSecurityStyle(WebContents* web_contents);
|
|
|
| protected:
|
| virtual ~WebContentsDelegate();
|
|
|