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

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

Issue 1899753003: Split out QuicAlarm creation from QuicConnectionHelper to new QuicAlarmFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119871679
Patch Set: 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
Index: net/tools/quic/quic_simple_server_test.cc
diff --git a/net/tools/quic/quic_simple_server_test.cc b/net/tools/quic/quic_simple_server_test.cc
index 3a7c54ee1f93f646b6762ddd1ef6aaa066f00ab3..550d597b0ffe155f138aabb6481c4b1365228acf 100644
--- a/net/tools/quic/quic_simple_server_test.cc
+++ b/net/tools/quic/quic_simple_server_test.cc
@@ -26,7 +26,8 @@ class QuicChromeServerDispatchPacketTest : public ::testing::Test {
CryptoTestUtils::ProofSourceForTesting()),
dispatcher_(config_,
&crypto_config_,
- new net::test::MockConnectionHelper) {
+ new net::test::MockConnectionHelper,
+ new net::test::MockAlarmFactory) {
dispatcher_.InitializeWithWriter(nullptr);
}

Powered by Google App Engine
This is Rietveld 408576698