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

Unified Diff: android_webview/browser/aw_login_delegate.h

Issue 2884353003: [WebView] Remove more redundant classes (Closed)
Patch Set: add missing header Created 3 years, 7 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_locale_manager_impl.cc ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_login_delegate.h
diff --git a/android_webview/browser/aw_login_delegate.h b/android_webview/browser/aw_login_delegate.h
index 89230d67c32aa6126da3a045dd2a2ee126b56970..f56fadb5230d25a7408dd448d266ee9bd037f6ab 100644
--- a/android_webview/browser/aw_login_delegate.h
+++ b/android_webview/browser/aw_login_delegate.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "android_webview/browser/aw_http_auth_handler_base.h"
+#include "android_webview/browser/aw_http_auth_handler.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "content/public/browser/resource_dispatcher_host_login_delegate.h"
@@ -40,7 +40,7 @@ class AwLoginDelegate :
const base::string16& password);
void DeleteAuthHandlerSoon();
- std::unique_ptr<AwHttpAuthHandlerBase> aw_http_auth_handler_;
+ std::unique_ptr<AwHttpAuthHandler> aw_http_auth_handler_;
scoped_refptr<net::AuthChallengeInfo> auth_info_;
net::URLRequest* request_;
int render_process_id_;
« no previous file with comments | « android_webview/browser/aw_locale_manager_impl.cc ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698