| Index: android_webview/native/aw_settings.h
|
| diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
|
| index 95c0d9cf37d8a16c56a6ec43aeb083407500190c..92bf658ad505446784b840f7625eda26f77956a6 100644
|
| --- a/android_webview/native/aw_settings.h
|
| +++ b/android_webview/native/aw_settings.h
|
| @@ -46,8 +46,7 @@ class AwSettings : public content::WebContentsObserver {
|
| // WebContentsObserver overrides:
|
| virtual void RenderViewCreated(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| bool accelerated_2d_canvas_disabled_by_switch_;
|
|
|
|
|