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

Unified Diff: net/http/http_transaction_winhttp.h

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_network_transaction_unittest.cc ('k') | net/http/http_transaction_winhttp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction_winhttp.h
===================================================================
--- net/http/http_transaction_winhttp.h (revision 6881)
+++ net/http/http_transaction_winhttp.h (working copy)
@@ -40,7 +40,7 @@
private:
Session* session_;
- ProxyService* proxy_service_;
+ scoped_refptr<ProxyService> proxy_service_;
bool is_suspended_;
DISALLOW_EVIL_CONSTRUCTORS(Factory);
};
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_transaction_winhttp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698