| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index 85805f33c310e678baaf308413e5f85ee7a80f5b..7daba28563361610db96b97dade40a1839c55f6b 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -32,6 +32,7 @@ class SpdyNetworkTransactionTest;
|
| class SpdyProxyClientSocketTest;
|
| class SpdySessionTest;
|
| class SpdyStreamTest;
|
| +class SpdyWebSocketStreamTest;
|
| }
|
|
|
| namespace spdy {
|
| @@ -271,6 +272,7 @@ class SpdyFramer {
|
| friend class net::SpdyProxyClientSocketTest;
|
| friend class net::SpdySessionTest;
|
| friend class net::SpdyStreamTest;
|
| + friend class net::SpdyWebSocketStreamTest;
|
| friend class test::TestSpdyVisitor;
|
| friend void test::FramerSetEnableCompressionHelper(SpdyFramer* framer,
|
| bool compress);
|
|
|