| Index: net/quic/core/crypto/chacha20_poly1305_encrypter.h
|
| diff --git a/net/quic/crypto/chacha20_poly1305_encrypter.h b/net/quic/core/crypto/chacha20_poly1305_encrypter.h
|
| similarity index 95%
|
| rename from net/quic/crypto/chacha20_poly1305_encrypter.h
|
| rename to net/quic/core/crypto/chacha20_poly1305_encrypter.h
|
| index eb4afdde5ca1e049ecea6c8d23de4fc85b43db03..aa5d0cd66ce7cde4a1f287d542a7ba7440946d08 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| +++ b/net/quic/core/crypto/chacha20_poly1305_encrypter.h
|
| @@ -8,7 +8,7 @@
|
| #include <stddef.h>
|
|
|
| #include "base/macros.h"
|
| -#include "net/quic/crypto/aead_base_encrypter.h"
|
| +#include "net/quic/core/crypto/aead_base_encrypter.h"
|
|
|
| namespace net {
|
|
|
|
|