| Index: net/quic/core/congestion_control/prr_sender.h
|
| diff --git a/net/quic/congestion_control/prr_sender.h b/net/quic/core/congestion_control/prr_sender.h
|
| similarity index 94%
|
| rename from net/quic/congestion_control/prr_sender.h
|
| rename to net/quic/core/congestion_control/prr_sender.h
|
| index df73a9fbc6be56f85cebcffce03831e85f0a18eb..1f1ce0c69b6aaa3bfa081d63141b20c24777f65f 100644
|
| --- a/net/quic/congestion_control/prr_sender.h
|
| +++ b/net/quic/core/congestion_control/prr_sender.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include <stddef.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 {
|
|
|
|
|