| Index: net/tools/quic/quic_spdy_client_stream_test.cc
|
| diff --git a/net/tools/quic/quic_spdy_client_stream_test.cc b/net/tools/quic/quic_spdy_client_stream_test.cc
|
| index bec50355911dceb6623482bd78672c7f789de200..67007f1f0a91536939a94ee8cfe5160ad7589531 100644
|
| --- a/net/tools/quic/quic_spdy_client_stream_test.cc
|
| +++ b/net/tools/quic/quic_spdy_client_stream_test.cc
|
| @@ -27,7 +27,7 @@ class QuicSpdyClientStreamTest : public ::testing::Test {
|
| public:
|
| QuicSpdyClientStreamTest()
|
| : session_("example.com", DefaultQuicConfig(),
|
| - new MockConnection(1, IPEndPoint(), 0, &eps_, false),
|
| + new MockConnection(false),
|
| &crypto_config_),
|
| body_("hello world") {
|
| session_.config()->SetDefaults();
|
| @@ -40,7 +40,6 @@ class QuicSpdyClientStreamTest : public ::testing::Test {
|
| stream_.reset(new QuicSpdyClientStream(3, &session_));
|
| }
|
|
|
| - EpollServer eps_;
|
| QuicClientSession session_;
|
| scoped_ptr<QuicSpdyClientStream> stream_;
|
| BalsaHeaders headers_;
|
|
|