| Index: net/quic/core/crypto/null_decrypter.h
|
| diff --git a/net/quic/crypto/null_decrypter.h b/net/quic/core/crypto/null_decrypter.h
|
| similarity index 97%
|
| rename from net/quic/crypto/null_decrypter.h
|
| rename to net/quic/core/crypto/null_decrypter.h
|
| index ecbfd4b14e6f74fef4fff0243f14a49c00ead94e..1c0498c9b238768ad7053b22ad6369fa46e762aa 100644
|
| --- a/net/quic/crypto/null_decrypter.h
|
| +++ b/net/quic/core/crypto/null_decrypter.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/quic_decrypter.h"
|
| +#include "net/quic/core/crypto/quic_decrypter.h"
|
|
|
| namespace net {
|
|
|
|
|