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

Unified Diff: android_webview/browser/aw_http_auth_handler_base.cc

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/browser/aw_http_auth_handler_base.h ('k') | android_webview/browser/aw_login_delegate.h » ('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.cc
diff --git a/chrome/browser/jankometer_android.cc b/android_webview/browser/aw_http_auth_handler_base.cc
similarity index 50%
copy from chrome/browser/jankometer_android.cc
copy to android_webview/browser/aw_http_auth_handler_base.cc
index 6a57f05ca3c493bd9358ada4879a96a17c85dc60..0fd5419c2d172186824a2ba6ab92b28ca3946172 100644
--- a/chrome/browser/jankometer_android.cc
+++ b/android_webview/browser/aw_http_auth_handler_base.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/jankometer.h"
+#include "android_webview/browser/aw_http_auth_handler_base.h"
-void InstallJankometer(const CommandLine& parsed_command_line) {
-}
+namespace android_webview {
-void UninstallJankometer() {
+AwHttpAuthHandlerBase::~AwHttpAuthHandlerBase() {
}
+
+} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_http_auth_handler_base.h ('k') | android_webview/browser/aw_login_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698