| Index: android_webview/native/aw_contents_io_thread_client_impl.cc
|
| diff --git a/android_webview/native/aw_contents_io_thread_client_impl.cc b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| index de8f1b1a9da3cab0732bb4de17a673effd6a261a..226ba551141e4d213aa5921d2e9ca05aab9bfdaa 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| @@ -104,7 +104,7 @@ class ClientMapEntryUpdater : public content::WebContentsObserver {
|
| virtual void RenderViewForInterstitialPageCreated(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewDeleted(RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void WebContentsDestroyed(WebContents* web_contents);
|
| + virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
|
|
| private:
|
| JavaObjectWeakGlobalRef jdelegate_;
|
|
|