| Index: net/quic/core/crypto/aes_128_gcm_12_decrypter.h
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter.h b/net/quic/core/crypto/aes_128_gcm_12_decrypter.h
|
| similarity index 95%
|
| rename from net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| rename to net/quic/core/crypto/aes_128_gcm_12_decrypter.h
|
| index 5883c76f0c110e572a6d92b94dd12cd555200c9a..9ca353835bcedebdcc203c9df77894b370d8ac54 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| +++ b/net/quic/core/crypto/aes_128_gcm_12_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 {
|
|
|
|
|