| Index: net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| diff --git a/net/quic/crypto/chacha20_poly1305_decrypter.h b/net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| similarity index 95%
|
| rename from net/quic/crypto/chacha20_poly1305_decrypter.h
|
| rename to net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| index a75556e1747038ca060a2f096f8102041dc20588..4d0db6ca7798b4f9b7f7a3706f928c9ff50d0043 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_decrypter.h
|
| +++ b/net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| @@ -9,7 +9,7 @@
|
| #include <stdint.h>
|
|
|
| #include "base/macros.h"
|
| -#include "net/quic/crypto/aead_base_decrypter.h"
|
| +#include "net/quic/core/crypto/aead_base_decrypter.h"
|
|
|
| namespace net {
|
|
|
|
|