| Index: net/quic/core/congestion_control/cubic_bytes.h
|
| diff --git a/net/quic/congestion_control/cubic_bytes.h b/net/quic/core/congestion_control/cubic_bytes.h
|
| similarity index 94%
|
| rename from net/quic/congestion_control/cubic_bytes.h
|
| rename to net/quic/core/congestion_control/cubic_bytes.h
|
| index b1b4344fd845b1d7e3c7bc74193faf839e6a6446..73998ad270874c7a6980ab942cead0704015ce67 100644
|
| --- a/net/quic/congestion_control/cubic_bytes.h
|
| +++ b/net/quic/core/congestion_control/cubic_bytes.h
|
| @@ -12,10 +12,10 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/quic_bandwidth.h"
|
| -#include "net/quic/quic_clock.h"
|
| -#include "net/quic/quic_connection_stats.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/quic_bandwidth.h"
|
| +#include "net/quic/core/quic_clock.h"
|
| +#include "net/quic/core/quic_connection_stats.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|