| Index: net/quic/core/congestion_control/rtt_stats.h
|
| diff --git a/net/quic/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
|
| similarity index 95%
|
| rename from net/quic/congestion_control/rtt_stats.h
|
| rename to net/quic/core/congestion_control/rtt_stats.h
|
| index 009f07ec1057d91e02cd787d8d5875f0cc435ee0..b59909e63566d89c06432b62a7579e772f3e17e3 100644
|
| --- a/net/quic/congestion_control/rtt_stats.h
|
| +++ b/net/quic/core/congestion_control/rtt_stats.h
|
| @@ -12,10 +12,10 @@
|
| #include <algorithm>
|
|
|
| #include "base/macros.h"
|
| -#include "net/quic/congestion_control/windowed_filter.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/congestion_control/windowed_filter.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|