| Index: net/spdy/spdy_session.h
|
| ===================================================================
|
| --- net/spdy/spdy_session.h (revision 92173)
|
| +++ net/spdy/spdy_session.h (working copy)
|
| @@ -172,7 +172,7 @@
|
|
|
| // Retrieves information on the current state of the SPDY session as a
|
| // Value. Caller takes possession of the returned value.
|
| - Value* GetInfoAsValue() const;
|
| + base::Value* GetInfoAsValue() const;
|
|
|
| // Indicates whether the session is being reused after having successfully
|
| // used to send/receive data in the past.
|
| @@ -452,7 +452,7 @@
|
| return headers_;
|
| }
|
|
|
| - virtual Value* ToValue() const;
|
| + virtual base::Value* ToValue() const;
|
|
|
| private:
|
| virtual ~NetLogSpdySynParameter();
|
|
|