| Index: net/quic/core/crypto/curve25519_key_exchange_test.cc
|
| diff --git a/net/quic/crypto/curve25519_key_exchange_test.cc b/net/quic/core/crypto/curve25519_key_exchange_test.cc
|
| similarity index 92%
|
| rename from net/quic/crypto/curve25519_key_exchange_test.cc
|
| rename to net/quic/core/crypto/curve25519_key_exchange_test.cc
|
| index 6c87d243f749ea16f4b57faa306809efb3478056..dcd33527c1b4f68af7dd8c9735e34b53734d0623 100644
|
| --- a/net/quic/crypto/curve25519_key_exchange_test.cc
|
| +++ b/net/quic/core/crypto/curve25519_key_exchange_test.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/curve25519_key_exchange.h"
|
| +#include "net/quic/core/crypto/curve25519_key_exchange.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#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;
|
|
|