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

Unified Diff: net/tools/fetch/http_session.h

Issue 20142003: Remove ref-counting from StreamListenSocket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 4 months 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/tools/fetch/http_listen_socket.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/fetch/http_session.h
diff --git a/net/tools/fetch/http_session.h b/net/tools/fetch/http_session.h
index 7d87e05c70ba45bf260285843d659cb4ddfa0a52..b0266f2a9f75adb80de3e458102e285e30a07fc9 100644
--- a/net/tools/fetch/http_session.h
+++ b/net/tools/fetch/http_session.h
@@ -19,7 +19,7 @@ class HttpSession : HttpListenSocket::Delegate {
HttpServerRequestInfo* info) OVERRIDE;
private:
- scoped_refptr<HttpListenSocket> socket_;
+ scoped_ptr<HttpListenSocket> socket_;
DISALLOW_COPY_AND_ASSIGN(HttpSession);
};
« no previous file with comments | « net/tools/fetch/http_listen_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698