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

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

Issue 1404013002: relnote: Remove unused supported_versions argument from (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Check_QUIC_handshake_103949902
Patch Set: Created 5 years, 2 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_time_wait_list_manager_test.cc
diff --git a/net/tools/quic/quic_time_wait_list_manager_test.cc b/net/tools/quic/quic_time_wait_list_manager_test.cc
index e6baf7dbc22cb5b0e57c538b35bfdc88c0290b32..8f5fd89afccfc1c019f2c74f52d40f5322efe9b6 100644
--- a/net/tools/quic/quic_time_wait_list_manager_test.cc
+++ b/net/tools/quic/quic_time_wait_list_manager_test.cc
@@ -96,10 +96,7 @@ class QuicTimeWaitListManagerTest : public ::testing::Test {
protected:
QuicTimeWaitListManagerTest()
: helper_(&epoll_server_),
- time_wait_list_manager_(&writer_,
- &visitor_,
- &helper_,
- QuicSupportedVersions()),
+ time_wait_list_manager_(&writer_, &visitor_, &helper_),
framer_(QuicSupportedVersions(),
QuicTime::Zero(),
Perspective::IS_SERVER),
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.cc ('k') | net/tools/quic/test_tools/mock_quic_time_wait_list_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698