| Index: net/quic/core/crypto/crypto_utils.h
|
| diff --git a/net/quic/crypto/crypto_utils.h b/net/quic/core/crypto/crypto_utils.h
|
| similarity index 96%
|
| rename from net/quic/crypto/crypto_utils.h
|
| rename to net/quic/core/crypto/crypto_utils.h
|
| index ddbff57ea5739661d3b66ed7b3831060240467f6..60a4f0634bb57fd332b936edac9066738a012acb 100644
|
| --- a/net/quic/crypto/crypto_utils.h
|
| +++ b/net/quic/core/crypto/crypto_utils.h
|
| @@ -15,11 +15,11 @@
|
| #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/crypto/crypto_handshake_message.h"
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/crypto/crypto_handshake.h"
|
| +#include "net/quic/core/crypto/crypto_handshake_message.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|