| Index: net/quic/core/quic_sustained_bandwidth_recorder.h
|
| diff --git a/net/quic/quic_sustained_bandwidth_recorder.h b/net/quic/core/quic_sustained_bandwidth_recorder.h
|
| similarity index 97%
|
| rename from net/quic/quic_sustained_bandwidth_recorder.h
|
| rename to net/quic/core/quic_sustained_bandwidth_recorder.h
|
| index bc0d1b802ac345a4ed95d0d13a5f35b016a700f2..12c8c3f887f00a322111c8257b446bb64e852dde 100644
|
| --- a/net/quic/quic_sustained_bandwidth_recorder.h
|
| +++ b/net/quic/core/quic_sustained_bandwidth_recorder.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| -#include "net/quic/quic_bandwidth.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/quic_bandwidth.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|