summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/native/aw_contents_io_thread_client_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h
index c6ffa33f..1fa89dc 100644
--- a/android_webview/native/aw_contents_io_thread_client_impl.h
+++ b/android_webview/native/aw_contents_io_thread_client_impl.h
@@ -31,7 +31,7 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
const base::android::JavaRef<jobject>& jclient);
AwContentsIoThreadClientImpl(const base::android::JavaRef<jobject>& jclient);
- ~AwContentsIoThreadClientImpl();
+ virtual ~AwContentsIoThreadClientImpl() OVERRIDE;
// Implementation of AwContentsIoThreadClient.
virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(