Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3296)

Unified Diff: android_webview/native/aw_contents_io_thread_client_impl.h

Issue 11029013: Explicit out-of-line destructor for AwContentsIoThreadClientImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix [chromium-style] error. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents_io_thread_client_impl.h
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 c6ffa33f0bfaf9b146980f19e3ed4d049cce2378..1fa89dc9f95c25586859763be19ae0c549e2b980 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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698