Index: net/quic/core/crypto/quic_crypto_client_config_test.cc |
diff --git a/net/quic/crypto/quic_crypto_client_config_test.cc b/net/quic/core/crypto/quic_crypto_client_config_test.cc |
similarity index 99% |
rename from net/quic/crypto/quic_crypto_client_config_test.cc |
rename to net/quic/core/crypto/quic_crypto_client_config_test.cc |
index 0f6a96f9c67440311fbcc9f824004a2d705a7a96..f3a58e7084882d708f49d9154ddcbe988b1f5d9d 100644 |
--- a/net/quic/crypto/quic_crypto_client_config_test.cc |
+++ b/net/quic/core/crypto/quic_crypto_client_config_test.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/crypto/quic_crypto_client_config.h" |
+#include "net/quic/core/crypto/quic_crypto_client_config.h" |
-#include "net/quic/crypto/proof_verifier.h" |
-#include "net/quic/quic_server_id.h" |
+#include "net/quic/core/crypto/proof_verifier.h" |
+#include "net/quic/core/quic_server_id.h" |
#include "net/quic/test_tools/crypto_test_utils.h" |
#include "net/quic/test_tools/mock_random.h" |
#include "net/quic/test_tools/quic_test_utils.h" |