Index: net/quic/congestion_control/tcp_cubic_bytes_sender_test.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender_test.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender_test.cc |
index d1f14035009c0459425bdb7d68f1ce1671fc589b..70606dc3a82c3ce1ce7b2bcb8d1a56e44e26d965 100644 |
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender_test.cc |
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender_test.cc |
@@ -402,7 +402,6 @@ TEST_F(TcpCubicBytesSenderTest, RetransmissionDelay) { |
} |
TEST_F(TcpCubicBytesSenderTest, TcpCubicResetEpochOnQuiescence) { |
- ValueRestore<bool> old_flag(&FLAGS_reset_cubic_epoch_when_app_limited, true); |
const int kMaxCongestionWindow = 50; |
const QuicByteCount kMaxCongestionWindowBytes = |
kMaxCongestionWindow * kDefaultTCPMSS; |