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

Unified Diff: net/http/http_network_session.cc

Issue 1158653002: Returning scoped_ptr instead of raw pointer in SpdySessionPoolInfoToValue() in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments. Created 5 years, 7 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/http/http_network_session.h ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 389ac5213d3fa7ea62bf96305651840bd5ee9b84..7335405e80608a96f0446cd23ddacaa65ecff980 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -255,7 +255,7 @@ base::Value* HttpNetworkSession::SocketPoolInfoToValue() const {
return normal_socket_pool_manager_->SocketPoolInfoToValue();
}
-base::Value* HttpNetworkSession::SpdySessionPoolInfoToValue() const {
+scoped_ptr<base::Value> HttpNetworkSession::SpdySessionPoolInfoToValue() const {
return spdy_session_pool_.SpdySessionPoolInfoToValue();
}
« no previous file with comments | « net/http/http_network_session.h ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698