Index: net/quic/congestion_control/tcp_cubic_sender_test.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_test.cc b/net/quic/congestion_control/tcp_cubic_sender_test.cc |
index 3d13996e75657163a164d6ab0212722f53fcf6fc..95fe69cae6c0668c2a7c5bc2e7c9d213e8322ce1 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_test.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender_test.cc |
@@ -485,7 +485,6 @@ TEST_F(TcpCubicSenderTest, TcpCubicMaxCongestionWindow) { |
} |
TEST_F(TcpCubicSenderTest, TcpCubicResetEpochOnQuiescence) { |
- ValueRestore<bool> old_flag(&FLAGS_reset_cubic_epoch_when_app_limited, true); |
const int kMaxCongestionWindow = 50; |
const QuicByteCount kMaxCongestionWindowBytes = |
kMaxCongestionWindow * kDefaultTCPMSS; |