| 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 0cde019fa59a469f7b5cc0dc1c46658258d6a6bf..be8807a83013d4c22d5f4216e623b13c2ab297bb 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -885,7 +885,7 @@ TEST_P(EndToEndTest, NegotiateCongestionControl) {
|
| ASSERT_TRUE(Initialize());
|
| client_->client()->WaitForCryptoHandshakeConfirmed();
|
|
|
| - CongestionControlType expected_congestion_control_type;
|
| + CongestionControlType expected_congestion_control_type = kReno;
|
| switch (GetParam().congestion_control_tag) {
|
| case kRENO:
|
| expected_congestion_control_type = kReno;
|
|
|