diff options
Diffstat (limited to 'net/http/http_transaction_winhttp.h')
-rw-r--r-- | net/http/http_transaction_winhttp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_transaction_winhttp.h b/net/http/http_transaction_winhttp.h index 27ad730..fd6ad6b 100644 --- a/net/http/http_transaction_winhttp.h +++ b/net/http/http_transaction_winhttp.h @@ -40,7 +40,7 @@ class HttpTransactionWinHttp : public HttpTransaction { private: Session* session_; - ProxyService* proxy_service_; + scoped_refptr<ProxyService> proxy_service_; bool is_suspended_; DISALLOW_EVIL_CONSTRUCTORS(Factory); }; |