diff options
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index 5fd3520..58e617b 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -172,7 +172,7 @@ class NET_API SpdySession : public base::RefCounted<SpdySession>, // 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 @@ class NetLogSpdySynParameter : public NetLog::EventParameters { return headers_; } - virtual Value* ToValue() const; + virtual base::Value* ToValue() const; private: virtual ~NetLogSpdySynParameter(); |