Index: net/http/http_transaction_winhttp.cc |
=================================================================== |
--- net/http/http_transaction_winhttp.cc (revision 6881) |
+++ net/http/http_transaction_winhttp.cc (working copy) |
@@ -240,7 +240,7 @@ |
HINTERNET internet_; |
HINTERNET internet_no_tls_; |
MessageLoop* message_loop_; |
- ProxyService* proxy_service_; |
+ scoped_refptr<ProxyService> proxy_service_; |
AuthCache auth_cache_; |
// This event object is used when destroying a transaction. It is given |