| Index: net/quic/core/congestion_control/hybrid_slow_start.h
|
| diff --git a/net/quic/congestion_control/hybrid_slow_start.h b/net/quic/core/congestion_control/hybrid_slow_start.h
|
| similarity index 97%
|
| rename from net/quic/congestion_control/hybrid_slow_start.h
|
| rename to net/quic/core/congestion_control/hybrid_slow_start.h
|
| index dbd440dffb543b9881babe843975d12e44c176d4..1ca14484e146a9c8f4d3a1ea1ca7e4db84c5cbd9 100644
|
| --- a/net/quic/congestion_control/hybrid_slow_start.h
|
| +++ b/net/quic/core/congestion_control/hybrid_slow_start.h
|
| @@ -20,8 +20,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|