| Index: net/quic/core/congestion_control/cubic_bytes.h
|
| diff --git a/net/quic/core/congestion_control/cubic_bytes.h b/net/quic/core/congestion_control/cubic_bytes.h
|
| index 784ce326b957d5b3ef381fbfd8520ba953363874..5a026ba50d4717c7da145c693e0b6265edd372a8 100644
|
| --- a/net/quic/core/congestion_control/cubic_bytes.h
|
| +++ b/net/quic/core/congestion_control/cubic_bytes.h
|
| @@ -13,9 +13,9 @@
|
| #include "base/macros.h"
|
| #include "net/base/net_export.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"
|
| +#include "net/quic/platform/api/quic_clock.h"
|
|
|
| namespace net {
|
|
|
|
|