| 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 1e9b11e3fa68a22df7de2dc05e3e893807cf56e3..4c0c871888bcd1912de96a201697232fbf45c782 100644
|
| --- a/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| +++ b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| @@ -7,6 +7,7 @@
|
| #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"
|
|
|