| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index fb76cf6fd1f7de5a42933c1642d109c1924cfc60..d1cfe2c91eb6e8eb07988c621f6bcb1b274d0ac8 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -83,8 +83,8 @@ const int kYieldAfterDurationMilliseconds = 20;
|
| const SpdyStreamId kFirstStreamId = 1;
|
| const SpdyStreamId kLastStreamId = 0x7fffffff;
|
|
|
| -class NetLogWithSource;
|
| struct LoadTimingInfo;
|
| +class NetLogWithSource;
|
| class ProxyDelegate;
|
| class SpdyStream;
|
| class SSLInfo;
|
|
|