| Index: net/quic/core/crypto/null_decrypter_test.cc
|
| diff --git a/net/quic/crypto/null_decrypter_test.cc b/net/quic/core/crypto/null_decrypter_test.cc
|
| similarity index 97%
|
| rename from net/quic/crypto/null_decrypter_test.cc
|
| rename to net/quic/core/crypto/null_decrypter_test.cc
|
| index 43d980084c68b7517553a928516b94d4be71ce59..d615f344602c53582605284052efecbf01efcc20 100644
|
| --- a/net/quic/crypto/null_decrypter_test.cc
|
| +++ b/net/quic/core/crypto/null_decrypter_test.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/null_decrypter.h"
|
| +#include "net/quic/core/crypto/null_decrypter.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
| using base::StringPiece;
|
|
|