| Index: content/browser/android/content_settings.h
|
| diff --git a/content/browser/android/content_settings.h b/content/browser/android/content_settings.h
|
| index df7572760cfaf222dee80b7eaa75e39bcd9561d4..0728a6afabbc75db46baa8055057927fb6197591 100644
|
| --- a/content/browser/android/content_settings.h
|
| +++ b/content/browser/android/content_settings.h
|
| @@ -26,7 +26,7 @@ class ContentSettings : public WebContentsObserver {
|
| virtual ~ContentSettings();
|
|
|
| // WebContentsObserver overrides:
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // The Java counterpart to this class.
|
| JavaObjectWeakGlobalRef content_settings_;
|
|
|