| Index: net/quic/core/crypto/crypto_handshake.h
|
| diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/core/crypto/crypto_handshake.h
|
| similarity index 99%
|
| rename from net/quic/crypto/crypto_handshake.h
|
| rename to net/quic/core/crypto/crypto_handshake.h
|
| index dd958c2e12a41922293219c506b4992fdbf29aff..017fa056f29f4b4330bc3dd05194c00576bfd193 100644
|
| --- a/net/quic/crypto/crypto_handshake.h
|
| +++ b/net/quic/core/crypto/crypto_handshake.h
|
| @@ -13,7 +13,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|