diff options
Diffstat (limited to 'content/browser/android/content_settings.h')
-rw-r--r-- | content/browser/android/content_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/android/content_settings.h b/content/browser/android/content_settings.h index df75727..0728a6a 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_; |