| 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 1bfb2d9df1538dea886f9257d6843889c78ad1ca..e6704293260a9645f5fe18213b985d2ccdfd3e0a 100644
|
| --- a/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| +++ b/net/quic/core/congestion_control/general_loss_algorithm_test.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| #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"
|
| +#include "net/quic/platform/api/quic_flags.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|