| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 43c6e04481686ff17df92c164c7a76e229f3c485..725edecc26a7aecec52cda1ff4c25076e5816a48 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.
|
|
|