| Index: net/quic/core/congestion_control/cubic_test.cc
|
| diff --git a/net/quic/core/congestion_control/cubic_test.cc b/net/quic/core/congestion_control/cubic_test.cc
|
| index 578b94e78d901d0ca192aff8c7aa87276ab386ac..c9342c0af6fd4adba003e3a784ecac2674c12411 100644
|
| --- a/net/quic/core/congestion_control/cubic_test.cc
|
| +++ b/net/quic/core/congestion_control/cubic_test.cc
|
| @@ -4,8 +4,9 @@
|
|
|
| #include "net/quic/core/congestion_control/cubic.h"
|
|
|
| +#include <cstdint>
|
| +
|
| #include "base/logging.h"
|
| -#include "net/quic/core/quic_flags.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|