| Index: net/quic/core/quic_packet_writer.h
|
| diff --git a/net/quic/quic_packet_writer.h b/net/quic/core/quic_packet_writer.h
|
| similarity index 98%
|
| rename from net/quic/quic_packet_writer.h
|
| rename to net/quic/core/quic_packet_writer.h
|
| index de6804b9f72350cc9a62af7a13efdcda8f865133..cf3ee194d25a3ae747b3e1e5e60258b6f424c08c 100644
|
| --- a/net/quic/quic_packet_writer.h
|
| +++ b/net/quic/core/quic_packet_writer.h
|
| @@ -8,7 +8,7 @@
|
| #include <stddef.h>
|
|
|
| #include "net/base/ip_endpoint.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|