| Index: net/quic/core/congestion_control/tcp_cubic_sender_base.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_base.h b/net/quic/core/congestion_control/tcp_cubic_sender_base.h
|
| similarity index 93%
|
| rename from net/quic/congestion_control/tcp_cubic_sender_base.h
|
| rename to net/quic/core/congestion_control/tcp_cubic_sender_base.h
|
| index 55ac920f2892d3dae559393d062bcf10810937d8..b85d263d9f67755843211cfac6b24be1444054d9 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_base.h
|
| @@ -12,14 +12,14 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/congestion_control/cubic.h"
|
| -#include "net/quic/congestion_control/hybrid_slow_start.h"
|
| -#include "net/quic/congestion_control/prr_sender.h"
|
| -#include "net/quic/congestion_control/send_algorithm_interface.h"
|
| -#include "net/quic/quic_bandwidth.h"
|
| -#include "net/quic/quic_connection_stats.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/congestion_control/cubic.h"
|
| +#include "net/quic/core/congestion_control/hybrid_slow_start.h"
|
| +#include "net/quic/core/congestion_control/prr_sender.h"
|
| +#include "net/quic/core/congestion_control/send_algorithm_interface.h"
|
| +#include "net/quic/core/quic_bandwidth.h"
|
| +#include "net/quic/core/quic_connection_stats.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|