Index: net/websockets/websocket_job_spdy2_unittest.cc |
diff --git a/net/websockets/websocket_job_spdy2_unittest.cc b/net/websockets/websocket_job_spdy2_unittest.cc |
index 2053fcfaebff7adef03217e64e794cf6a69d87ec..da47d43d3550895408bf1bb2b7a397d3dc8dc70b 100644 |
--- a/net/websockets/websocket_job_spdy2_unittest.cc |
+++ b/net/websockets/websocket_job_spdy2_unittest.cc |
@@ -319,7 +319,6 @@ namespace net { |
class WebSocketJobSpdy2Test : public PlatformTest { |
public: |
virtual void SetUp() { |
- spdy::SpdyFramer::set_enable_compression_default(false); |
SpdySession::set_default_protocol(SSLClientSocket::kProtoSPDY2); |
stream_type_ = STREAM_INVALID; |
cookie_store_ = new MockCookieStore; |
@@ -475,6 +474,9 @@ class WebSocketJobSpdy2Test : public PlatformTest { |
static const size_t kHandshakeResponseWithCookieLength; |
static const size_t kDataHelloLength; |
static const size_t kDataWorldLength; |
+ |
+ private: |
+ SpdyTestStateHelper spdy_state_; |
}; |
const char WebSocketJobSpdy2Test::kHandshakeRequestWithoutCookie[] = |