| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 07b1fc548783dd6acb76356b4108688e42d1eee3..d5b0384a995533b3c909eadf797d8a79cba7bdc7 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -183,9 +183,8 @@ class NET_EXPORT HttpNetworkSession
|
| return net_log_;
|
| }
|
|
|
| - // Creates a Value summary of the state of the socket pools. The caller is
|
| - // responsible for deleting the returned value.
|
| - base::Value* SocketPoolInfoToValue() const;
|
| + // Creates a Value summary of the state of the socket pools.
|
| + scoped_ptr<base::Value> SocketPoolInfoToValue() const;
|
|
|
| // Creates a Value summary of the state of the SPDY sessions. The caller is
|
| // responsible for deleting the returned value.
|
|
|