| Index: net/quic/core/crypto/null_encrypter.h
|
| diff --git a/net/quic/crypto/null_encrypter.h b/net/quic/core/crypto/null_encrypter.h
|
| similarity index 97%
|
| rename from net/quic/crypto/null_encrypter.h
|
| rename to net/quic/core/crypto/null_encrypter.h
|
| index 77d6e91e388f4ca828954fa66de0d3b7daa80ca9..5ea31eb67cf9af99e8a6cd646f57555c7e7ae567 100644
|
| --- a/net/quic/crypto/null_encrypter.h
|
| +++ b/net/quic/core/crypto/null_encrypter.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/quic/crypto/quic_encrypter.h"
|
| +#include "net/quic/core/crypto/quic_encrypter.h"
|
|
|
| namespace net {
|
|
|
|
|