| 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..184e20ec3df75f2155134bca95c21f78da738a99 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -187,9 +187,8 @@ class NET_EXPORT HttpNetworkSession
|
| // responsible for deleting the returned value.
|
| base::Value* SocketPoolInfoToValue() const;
|
|
|
| - // Creates a Value summary of the state of the SPDY sessions. The caller is
|
| - // responsible for deleting the returned value.
|
| - base::Value* SpdySessionPoolInfoToValue() const;
|
| + // Creates a Value summary of the state of the SPDY sessions.
|
| + scoped_ptr<base::Value> SpdySessionPoolInfoToValue() const;
|
|
|
| // Creates a Value summary of the state of the QUIC sessions and
|
| // configuration. The caller is responsible for deleting the returned value.
|
|
|