| Index: net/quic/core/quic_packet_creator.h
|
| diff --git a/net/quic/quic_packet_creator.h b/net/quic/core/quic_packet_creator.h
|
| similarity index 99%
|
| rename from net/quic/quic_packet_creator.h
|
| rename to net/quic/core/quic_packet_creator.h
|
| index 14cf69e5711d968cb332db35bfd84aca15736b50..a3a1415ab169026926cb651f537e9029b7904798 100644
|
| --- a/net/quic/quic_packet_creator.h
|
| +++ b/net/quic/core/quic_packet_creator.h
|
| @@ -20,8 +20,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.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 {
|
| namespace test {
|
|
|