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 d5e099f00e1fbb82a59caa3a0b3767ab2f25b78b..a7713fe83c0287bd001a807ab5599005419ea8dc 100644 |
--- a/android_webview/browser/net/aw_url_request_context_getter.h |
+++ b/android_webview/browser/net/aw_url_request_context_getter.h |
@@ -17,6 +17,7 @@ |
namespace net { |
class CookieStore; |
class HttpTransactionFactory; |
+class HttpUserAgentSettings; |
class NetLog; |
class ProxyConfigService; |
class URLRequestContext; |
@@ -70,6 +71,7 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
scoped_ptr<net::URLRequestJobFactory> job_factory_; |
scoped_ptr<net::HttpTransactionFactory> main_http_factory_; |
+ scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_; |
// ProtocolHandlers and interceptors are stored here between |
// SetHandlersAndInterceptors() and the first GetURLRequestContext() call. |