Chromium Code Reviews| 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..d80fbf3dd5d40bc2aa3582e0cbc76e367f01e2aa 100644 |
| --- a/net/spdy/spdy_session_pool.h |
| +++ b/net/spdy/spdy_session_pool.h |
| @@ -121,7 +121,7 @@ class NET_EXPORT SpdySessionPool |
| // Creates a Value summary of the state of the spdy session pool. The caller |
|
eroman
2015/05/25 17:50:46
Remove ownership comment
payal.pandey
2015/05/26 06:07:35
Done.
|
| // responsible for deleting the returned value. |
| - base::Value* SpdySessionPoolInfoToValue() const; |
| + scoped_ptr<base::Value> SpdySessionPoolInfoToValue() const; |
| base::WeakPtr<HttpServerProperties> http_server_properties() { |
| return http_server_properties_; |