| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index 32cee764598a77ad17d775f908a8063ce3916c59..8974a112370fd955c4a645ec8b261c9316336797 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -902,7 +902,7 @@ TEST_P(EndToEndTest, NegotiateCongestionControl) {
|
| }
|
|
|
| EXPECT_EQ(expected_congestion_control_type,
|
| - QuicSentPacketManagerPeer::GetCongestionControlAlgorithm(
|
| + QuicSentPacketManagerPeer::GetSendAlgorithm(
|
| *GetSentPacketManagerFromFirstServerSession())
|
| ->GetCongestionControlType());
|
| }
|
|
|