| Index: net/quic/core/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/core/crypto/aead_base_decrypter.h
|
| similarity index 95%
|
| rename from net/quic/crypto/aead_base_decrypter.h
|
| rename to net/quic/core/crypto/aead_base_decrypter.h
|
| index ca5fa9c317a994a4daf0480fc46bcdd4ca32c2e5..824792166235206978984b04b6dfe9998db2e6c7 100644
|
| --- a/net/quic/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/core/crypto/aead_base_decrypter.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "net/quic/crypto/quic_decrypter.h"
|
| -#include "net/quic/crypto/scoped_evp_aead_ctx.h"
|
| +#include "net/quic/core/crypto/quic_decrypter.h"
|
| +#include "net/quic/core/crypto/scoped_evp_aead_ctx.h"
|
|
|
| namespace net {
|
|
|
|
|