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

Unified Diff: android_webview/browser/aw_http_auth_handler_base.h

Issue 10918248: Added virtual destructor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_http_auth_handler_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_http_auth_handler_base.h
diff --git a/android_webview/browser/aw_http_auth_handler_base.h b/android_webview/browser/aw_http_auth_handler_base.h
index e006ad7ce1c3dc736ee19b1e0cbb7e9685b271a6..ced70ec31a67688a105329c39adba83af09e9a42 100644
--- a/android_webview/browser/aw_http_auth_handler_base.h
+++ b/android_webview/browser/aw_http_auth_handler_base.h
@@ -24,6 +24,7 @@ class AwHttpAuthHandlerBase {
public:
static AwHttpAuthHandlerBase* Create(AwLoginDelegate* login_delegate,
net::AuthChallengeInfo* auth_info);
+ virtual ~AwHttpAuthHandlerBase();
// Provides an 'escape-hatch' out to Java for the browser/ layer
// AwLoginDelegate.
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_http_auth_handler_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698