| Index: net/quic/core/congestion_control/send_algorithm_test.cc
|
| diff --git a/net/quic/core/congestion_control/send_algorithm_test.cc b/net/quic/core/congestion_control/send_algorithm_test.cc
|
| index 4078944d4d3d85a17b0ec06b352fd812173ffcf4..f9afe7c58661aaa0401b543dd1b7e18f407ccaa3 100644
|
| --- a/net/quic/core/congestion_control/send_algorithm_test.cc
|
| +++ b/net/quic/core/congestion_control/send_algorithm_test.cc
|
| @@ -217,7 +217,7 @@ class SendAlgorithmTest : public ::testing::TestWithParam<TestParams> {
|
| "Receiver",
|
| "QUIC sender",
|
| Perspective::IS_SERVER,
|
| - 42) {
|
| + net::test::GetPeerInMemoryConnectionId(42)) {
|
| rtt_stats_ = quic_sender_.connection()->sent_packet_manager().GetRttStats();
|
| sender_ = SendAlgorithmInterface::Create(
|
| simulator_.GetClock(), rtt_stats_,
|
|
|