| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index 13582ed52e5af82c0099a85c6d0cffa4dbbcbec7..14982359c97eb92a8f4d78b93c3336323f333cb2 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -119,9 +119,8 @@ class NET_EXPORT SpdySessionPool
|
| // closing the current ones.
|
| void CloseAllSessions();
|
|
|
| - // Creates a Value summary of the state of the spdy session pool. The caller
|
| - // responsible for deleting the returned value.
|
| - base::Value* SpdySessionPoolInfoToValue() const;
|
| + // Creates a Value summary of the state of the spdy session pool.
|
| + scoped_ptr<base::Value> SpdySessionPoolInfoToValue() const;
|
|
|
| base::WeakPtr<HttpServerProperties> http_server_properties() {
|
| return http_server_properties_;
|
|
|