Index: net/spdy/spdy_websocket_stream_spdy3_unittest.cc |
diff --git a/net/spdy/spdy_websocket_stream_spdy3_unittest.cc b/net/spdy/spdy_websocket_stream_spdy3_unittest.cc |
index e774b68d4ae700cb89687e582ece202220d6d52e..932d0a083c74d0bd9fca9c7385949d90e0b7fd0b 100644 |
--- a/net/spdy/spdy_websocket_stream_spdy3_unittest.cc |
+++ b/net/spdy/spdy_websocket_stream_spdy3_unittest.cc |
@@ -185,8 +185,6 @@ class SpdyWebSocketStreamSpdy3Test : public testing::Test { |
virtual ~SpdyWebSocketStreamSpdy3Test() {} |
virtual void SetUp() { |
- SpdySession::set_default_protocol(kProtoSPDY3); |
- |
host_port_pair_.set_host("example.com"); |
host_port_pair_.set_port(80); |
host_port_proxy_pair_.first = host_port_pair_; |
@@ -301,9 +299,6 @@ class SpdyWebSocketStreamSpdy3Test : public testing::Test { |
static const char kClosingFrame[]; |
static const size_t kMessageFrameLength; |
static const size_t kClosingFrameLength; |
- |
- private: |
- SpdyTestStateHelper spdy_state_; |
}; |
// TODO(toyoshim): Replace old framing data to new one, then use HEADERS and |