| Index: net/quic/core/congestion_control/rtt_stats.h
|
| diff --git a/net/quic/core/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
|
| index 581ebf7b6722aecd0a905be36266959db3860153..5b54cf9ef9e56230780b0ac352d4ae071b874e24 100644
|
| --- a/net/quic/core/congestion_control/rtt_stats.h
|
| +++ b/net/quic/core/congestion_control/rtt_stats.h
|
| @@ -11,9 +11,9 @@
|
| #include <cstdint>
|
|
|
| #include "base/macros.h"
|
| -#include "net/quic/core/quic_bug_tracker.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_bug_tracker.h"
|
| #include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|