| Index: net/quic/core/quic_sent_entropy_manager.h
|
| diff --git a/net/quic/quic_sent_entropy_manager.h b/net/quic/core/quic_sent_entropy_manager.h
|
| similarity index 97%
|
| rename from net/quic/quic_sent_entropy_manager.h
|
| rename to net/quic/core/quic_sent_entropy_manager.h
|
| index 9ea900562ea0cbabfbab8a5e76c211f43e61f69f..45f9b4310c541ad09bb1902710dcd809f6fff54e 100644
|
| --- a/net/quic/quic_sent_entropy_manager.h
|
| +++ b/net/quic/core/quic_sent_entropy_manager.h
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/linked_hash_map.h"
|
| -#include "net/quic/quic_framer.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_framer.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|