| Index: net/quic/core/congestion_control/cubic.h
|
| diff --git a/net/quic/congestion_control/cubic.h b/net/quic/core/congestion_control/cubic.h
|
| similarity index 94%
|
| rename from net/quic/congestion_control/cubic.h
|
| rename to net/quic/core/congestion_control/cubic.h
|
| index 493cc58d6bf408e994ba3b923cb145e74b1bab66..c9de98246ec08c13a02a082d38d928b5b12a0df2 100644
|
| --- a/net/quic/congestion_control/cubic.h
|
| +++ b/net/quic/core/congestion_control/cubic.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 {
|
|
|
|
|