| Index: net/quic/core/crypto/null_encrypter_test.cc
|
| diff --git a/net/quic/crypto/null_encrypter_test.cc b/net/quic/core/crypto/null_encrypter_test.cc
|
| similarity index 96%
|
| rename from net/quic/crypto/null_encrypter_test.cc
|
| rename to net/quic/core/crypto/null_encrypter_test.cc
|
| index b6b1e303fa54bf8eed726822186765607ab5946b..8987807c66b19d81e021cb8a388a86bd5420470a 100644
|
| --- a/net/quic/crypto/null_encrypter_test.cc
|
| +++ b/net/quic/core/crypto/null_encrypter_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_encrypter.h"
|
| +#include "net/quic/core/crypto/null_encrypter.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
| using base::StringPiece;
|
|
|