Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1428)

Unified Diff: net/tools/quic/quic_spdy_client_stream_test.cc

Issue 115463002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/quic_server_session_test.cc ('k') | net/tools/quic/quic_spdy_server_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « net/tools/quic/quic_server_session_test.cc ('k') | net/tools/quic/quic_spdy_server_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698