Index: android_webview/browser/net/aw_url_request_context_getter.h |
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h |
index 763a45cf4f42d9a6ab2394f135a46341d8847f44..023449e9d2e3b04522eda023c4317a746ea9ce43 100644 |
--- a/android_webview/browser/net/aw_url_request_context_getter.h |
+++ b/android_webview/browser/net/aw_url_request_context_getter.h |
@@ -17,7 +17,6 @@ |
class PrefService; |
namespace net { |
-class CookieStore; |
class HostResolver; |
class HttpAuthHandlerFactory; |
class HttpAuthPreferences; |
@@ -81,7 +80,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_ptr<net::NetLog> net_log_; |
scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
- scoped_refptr<net::CookieStore> cookie_store_; |
scoped_ptr<net::URLRequestJobFactory> job_factory_; |
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_; |
// http_auth_preferences_ holds the preferences for the negotiate |