Index: net/spdy/spdy_stream_spdy3_unittest.cc |
diff --git a/net/spdy/spdy_stream_spdy3_unittest.cc b/net/spdy/spdy_stream_spdy3_unittest.cc |
index d456a43a4cd14d31fafe26f30518beee281ec861..9545284e27441d39b6b2d7ab7f1714a02cb51f4c 100644 |
--- a/net/spdy/spdy_stream_spdy3_unittest.cc |
+++ b/net/spdy/spdy_stream_spdy3_unittest.cc |
@@ -105,7 +105,6 @@ class SpdyStreamSpdy3Test : public testing::Test { |
} |
scoped_refptr<SpdySession> CreateSpdySession() { |
- spdy::SpdyFramer::set_enable_compression_default(false); |
HostPortPair host_port_pair("www.google.com", 80); |
HostPortProxyPair pair(host_port_pair, ProxyServer::Direct()); |
scoped_refptr<SpdySession> session( |
@@ -122,6 +121,9 @@ class SpdyStreamSpdy3Test : public testing::Test { |
} |
scoped_refptr<HttpNetworkSession> session_; |
+ |
+ private: |
+ SpdyTestStateHelper spdy_state_; |
}; |
TEST_F(SpdyStreamSpdy3Test, SendDataAfterOpen) { |