| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index fdbf73dfc20e8ca40c63d4764dd08f1fcfd82f36..8c25ec963da76f4651b7d3fcb5fccf44ac775443 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -397,8 +397,8 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| void MaybeFinishGoingAway();
|
|
|
| // Retrieves information on the current state of the SPDY session as a
|
| - // Value. Caller takes possession of the returned value.
|
| - base::Value* GetInfoAsValue() const;
|
| + // Value.
|
| + scoped_ptr<base::Value> GetInfoAsValue() const;
|
|
|
| // Indicates whether the session is being reused after having successfully
|
| // used to send/receive data in the past or if the underlying socket was idle
|
|
|