| 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 ba6c9e38efa6603932bdb4575d257be6394eef72..7d134004bde8e619849b896af4bff49800b60b58 100644
|
| --- a/android_webview/browser/aw_login_delegate.h
|
| +++ b/android_webview/browser/aw_login_delegate.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
|
| #include "content/public/browser/resource_dispatcher_host_login_delegate.h"
|
|
|
| namespace net {
|
| @@ -17,8 +16,6 @@ class AuthChallengeInfo;
|
| class URLRequest;
|
| }
|
|
|
| -using data_reduction_proxy::DataReductionProxyAuthRequestHandler;
|
| -
|
| namespace android_webview {
|
|
|
| class AwLoginDelegate :
|
| @@ -47,7 +44,6 @@ class AwLoginDelegate :
|
| net::URLRequest* request_;
|
| int render_process_id_;
|
| int render_frame_id_;
|
| - scoped_ptr<DataReductionProxyAuthRequestHandler> drp_auth_handler_;
|
| };
|
|
|
| } // namespace android_webview
|
|
|