Chromium Code Reviews| Index: android_webview/native/aw_settings.cc |
| diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc |
| index 843ebf799b5cc1b0194a8852fa3cd37b5125a305..3779cd80a2768f85e9a6e0063fc358ddf81bf9ad 100644 |
| --- a/android_webview/native/aw_settings.cc |
| +++ b/android_webview/native/aw_settings.cc |
| @@ -267,7 +267,7 @@ void AwSettings::RenderViewCreated(content::RenderViewHost* render_view_host) { |
| UpdateEverything(); |
| } |
| -void AwSettings::WebContentsDestroyed(content::WebContents* web_contents) { |
| +void AwSettings::WebContentsDestroyed() { |
| delete this; |
| } |