| Index: net/quic/core/crypto/quic_crypto_client_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.h b/net/quic/core/crypto/quic_crypto_client_config.h
|
| similarity index 99%
|
| rename from net/quic/crypto/quic_crypto_client_config.h
|
| rename to net/quic/core/crypto/quic_crypto_client_config.h
|
| index f4662872d3b4dc9795f8a930e8007299d1d23905..fde1f83c3d14485181147932692e182847b10e36 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.h
|
| +++ b/net/quic/core/crypto/quic_crypto_client_config.h
|
| @@ -16,9 +16,9 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/crypto_handshake.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_server_id.h"
|
| +#include "net/quic/core/crypto/crypto_handshake.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_server_id.h"
|
|
|
| namespace net {
|
|
|
|
|