| Index: net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc b/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| index 1bedee86acd8a8f7646beeab16e7d5f4891e0bb2..3bca8cb87f7ba7c28de5e685c6503fa30edf6e45 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| @@ -5,6 +5,7 @@
|
| #include "net/quic/congestion_control/tcp_cubic_sender_bytes.h"
|
|
|
| #include <algorithm>
|
| +#include <cstdint>
|
| #include <memory>
|
|
|
| #include "base/logging.h"
|
| @@ -287,7 +288,6 @@ TEST_F(TcpCubicSenderBytesTest, SlowStartPacketLossWithLargeReduction) {
|
| }
|
|
|
| TEST_F(TcpCubicSenderBytesTest, SlowStartHalfPacketLossWithLargeReduction) {
|
| - FLAGS_quic_sslr_byte_conservation = true;
|
| QuicConfig config;
|
| QuicTagVector options;
|
| options.push_back(kSSLR);
|
|
|