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

Unified Diff: net/tools/fetch/fetch_client.cc

Issue 368001: Second patch in making destructors of refcounted objects private. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Index: net/tools/fetch/fetch_client.cc
===================================================================
--- net/tools/fetch/fetch_client.cc (revision 31079)
+++ net/tools/fetch/fetch_client.cc (working copy)
@@ -107,7 +107,7 @@
GURL url_;
net::HttpRequestInfo request_info_;
scoped_ptr<net::HttpTransaction> transaction_;
- scoped_ptr<net::IOBuffer> buffer_;
+ scoped_refptr<net::IOBuffer> buffer_;
eroman 2009/11/05 20:52:19 good spot!
net::CompletionCallbackImpl<Client> connect_callback_;
net::CompletionCallbackImpl<Client> read_callback_;
Singleton<Driver> driver_;

Powered by Google App Engine
This is Rietveld 408576698