| Index: net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| diff --git a/net/quic/core/congestion_control/general_loss_algorithm_test.cc b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| index 826b4a347cc3296614c49050c5e8ab75957bd5e2..02bf24f41a5ae4bb292dff19dd45181f84f708df 100644
|
| --- a/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| +++ b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| @@ -5,8 +5,10 @@
|
| #include "net/quic/core/congestion_control/general_loss_algorithm.h"
|
|
|
| #include <algorithm>
|
| +#include <cstdint>
|
|
|
| #include "base/logging.h"
|
| +#include "base/stl_util.h"
|
| #include "net/quic/core/congestion_control/rtt_stats.h"
|
| #include "net/quic/core/quic_flags.h"
|
| #include "net/quic/core/quic_unacked_packet_map.h"
|
| @@ -14,7 +16,6 @@
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -
|
| namespace net {
|
| namespace test {
|
| namespace {
|
|
|