Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: net/http/http_transaction_winhttp.cc

Issue 13701: Use automatic memory management for URLRequestContext's members.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_transaction_winhttp.h ('k') | net/http/http_transaction_winhttp_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/http/http_transaction_winhttp.h ('k') | net/http/http_transaction_winhttp_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698