| Index: net/quic/core/crypto/quic_decrypter.h
|
| diff --git a/net/quic/crypto/quic_decrypter.h b/net/quic/core/crypto/quic_decrypter.h
|
| similarity index 98%
|
| rename from net/quic/crypto/quic_decrypter.h
|
| rename to net/quic/core/crypto/quic_decrypter.h
|
| index 993e3dadcb84c4582f6a36c16f374e48094c20e7..e0a6150b1e6b15ada93bd6871c84f923e51b1c62 100644
|
| --- a/net/quic/crypto/quic_decrypter.h
|
| +++ b/net/quic/core/crypto/quic_decrypter.h
|
| @@ -9,7 +9,7 @@
|
| #include <stdint.h>
|
|
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|