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

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

Issue 1908103002: Landing Recent QUIC changes until 4/15/2016 17:20 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 months 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_simple_server_stream.cc ('k') | net/tools/quic/quic_simple_server_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_simple_server_stream_test.cc
diff --git a/net/tools/quic/quic_simple_server_stream_test.cc b/net/tools/quic/quic_simple_server_stream_test.cc
index 2914defbf15f27791dfcfd335f4af5bc6eeb0fd9..f23c6ee79b2ba2af921c46ad9b8b88f10125fbcb 100644
--- a/net/tools/quic/quic_simple_server_stream_test.cc
+++ b/net/tools/quic/quic_simple_server_stream_test.cc
@@ -150,6 +150,7 @@ class QuicSimpleServerStreamTest
QuicSimpleServerStreamTest()
: connection_(
new StrictMock<MockConnection>(&helper_,
+ &alarm_factory_,
Perspective::IS_SERVER,
SupportedVersions(GetParam()))),
session_owner_(new StrictMock<MockQuicServerSessionVisitor>()),
@@ -204,6 +205,7 @@ class QuicSimpleServerStreamTest
SpdyHeaderBlock response_headers_;
MockConnectionHelper helper_;
+ MockAlarmFactory alarm_factory_;
StrictMock<MockConnection>* connection_;
StrictMock<MockQuicServerSessionVisitor>* session_owner_;
std::unique_ptr<QuicCryptoServerConfig> crypto_config_;
« no previous file with comments | « net/tools/quic/quic_simple_server_stream.cc ('k') | net/tools/quic/quic_simple_server_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698