| Index: net/quic/core/congestion_control/send_algorithm_simulator.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_simulator.h b/net/quic/core/congestion_control/send_algorithm_simulator.h
|
| similarity index 98%
|
| rename from net/quic/congestion_control/send_algorithm_simulator.h
|
| rename to net/quic/core/congestion_control/send_algorithm_simulator.h
|
| index 7fe0f01146684a273efc04a7aa3dcd6f31ff994a..fd93e27e9bc0ffbf3fb04a21dd309a2238c52f52 100644
|
| --- a/net/quic/congestion_control/send_algorithm_simulator.h
|
| +++ b/net/quic/core/congestion_control/send_algorithm_simulator.h
|
| @@ -16,9 +16,9 @@
|
| #include "base/format_macros.h"
|
| #include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "net/quic/congestion_control/send_algorithm_interface.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/congestion_control/send_algorithm_interface.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_time.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
|
|