| Index: net/quic/core/crypto/key_exchange.h
|
| diff --git a/net/quic/crypto/key_exchange.h b/net/quic/core/crypto/key_exchange.h
|
| similarity index 96%
|
| rename from net/quic/crypto/key_exchange.h
|
| rename to net/quic/core/crypto/key_exchange.h
|
| index a6de1c39dfdfe036cb67b6b03b5690033ddb1948..7e4c6f0889b659e2a692990ada8dd6fde303eb67 100644
|
| --- a/net/quic/crypto/key_exchange.h
|
| +++ b/net/quic/core/crypto/key_exchange.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|