| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 408245bef95e32b3312f0600ae8c67ccfc311f4e..80e987111fae8b1b0ede53da30838e45b3918e86 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -32,6 +32,10 @@
|
| #include "net/spdy/spdy_protocol.h"
|
| #include "net/spdy/spdy_session_pool.h"
|
|
|
| +namespace base {
|
| +class Value;
|
| +}
|
| +
|
| namespace net {
|
|
|
| // This is somewhat arbitrary and not really fixed, but it will always work
|
| @@ -711,7 +715,7 @@ class NetLogSpdySessionCloseParameter : public NetLog::EventParameters {
|
| const std::string& description);
|
|
|
| int status() const { return status_; }
|
| - virtual Value* ToValue() const OVERRIDE;
|
| + virtual base::Value* ToValue() const OVERRIDE;
|
|
|
| private:
|
| virtual ~NetLogSpdySessionCloseParameter();
|
|
|