| Index: net/quic/core/crypto/crypto_secret_boxer_test.cc
|
| diff --git a/net/quic/crypto/crypto_secret_boxer_test.cc b/net/quic/core/crypto/crypto_secret_boxer_test.cc
|
| similarity index 96%
|
| rename from net/quic/crypto/crypto_secret_boxer_test.cc
|
| rename to net/quic/core/crypto/crypto_secret_boxer_test.cc
|
| index 6d5cad15016aa42de8d377bb9a2f192785dabda7..c7712f40b65769253e3679660ca33ee40728d10f 100644
|
| --- a/net/quic/crypto/crypto_secret_boxer_test.cc
|
| +++ b/net/quic/core/crypto/crypto_secret_boxer_test.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/crypto_secret_boxer.h"
|
| +#include "net/quic/core/crypto/crypto_secret_boxer.h"
|
|
|
| #include <memory>
|
|
|
| -#include "net/quic/crypto/quic_random.h"
|
| +#include "net/quic/core/crypto/quic_random.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::StringPiece;
|
|
|