| Index: net/quic/core/crypto/crypto_framer.h
|
| diff --git a/net/quic/crypto/crypto_framer.h b/net/quic/core/crypto/crypto_framer.h
|
| similarity index 97%
|
| rename from net/quic/crypto/crypto_framer.h
|
| rename to net/quic/core/crypto/crypto_framer.h
|
| index 150b05a0c78c1a8722b96d8a105d3ae45359680d..c581a625e4fa3f3d06d8ee861b92c63125e6ff87 100644
|
| --- a/net/quic/crypto/crypto_framer.h
|
| +++ b/net/quic/core/crypto/crypto_framer.h
|
| @@ -14,8 +14,8 @@
|
| #include "base/logging.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/crypto_handshake_message.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/crypto/crypto_handshake_message.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|