From 6104ea5d0b3eb19a923ae94a5f7fcae8e0e091e2 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Wed, 27 Apr 2011 21:37:12 +0000 Subject: Stop refcounting ProxyService. BUG=none TEST=none Review URL: http://codereview.chromium.org/6873096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83222 0039d316-1c4b-4281-b951-d872f2087c98 --- net/url_request/url_request_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/url_request/url_request_context.h') diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h index 2c99059..545f629 100644 --- a/net/url_request/url_request_context.h +++ b/net/url_request/url_request_context.h @@ -17,7 +17,6 @@ #include "net/base/ssl_config_service.h" #include "net/base/transport_security_state.h" #include "net/ftp/ftp_auth_cache.h" -#include "net/proxy/proxy_service.h" #include "net/socket/dns_cert_provenance_checker.h" namespace net { @@ -31,6 +30,7 @@ class HostResolver; class HttpAuthHandlerFactory; class HttpTransactionFactory; class NetworkDelegate; +class ProxyService; class SSLConfigService; class URLRequest; @@ -205,7 +205,7 @@ class URLRequestContext DnsRRResolver* dnsrr_resolver_; DnsCertProvenanceChecker* dns_cert_checker_; HttpAuthHandlerFactory* http_auth_handler_factory_; - scoped_refptr proxy_service_; + ProxyService* proxy_service_; scoped_refptr ssl_config_service_; NetworkDelegate* network_delegate_; scoped_refptr cookie_store_; -- cgit v1.1