Index: net/quic/core/crypto/quic_crypto_server_config_test.cc |
diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/core/crypto/quic_crypto_server_config_test.cc |
similarity index 97% |
rename from net/quic/crypto/quic_crypto_server_config_test.cc |
rename to net/quic/core/crypto/quic_crypto_server_config_test.cc |
index f6bda82aeb323cf7c8c1e3ad796e15366943c757..24bbb1d7e6139f7853bfca893c5d850741d8f7ce 100644 |
--- a/net/quic/crypto/quic_crypto_server_config_test.cc |
+++ b/net/quic/core/crypto/quic_crypto_server_config_test.cc |
@@ -2,23 +2,23 @@ |
// 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_server_config.h" |
+#include "net/quic/core/crypto/quic_crypto_server_config.h" |
#include <stdarg.h> |
#include <memory> |
#include "base/stl_util.h" |
-#include "net/quic/crypto/aes_128_gcm_12_encrypter.h" |
-#include "net/quic/crypto/cert_compressor.h" |
-#include "net/quic/crypto/chacha20_poly1305_encrypter.h" |
-#include "net/quic/crypto/crypto_handshake_message.h" |
-#include "net/quic/crypto/crypto_secret_boxer.h" |
-#include "net/quic/crypto/crypto_server_config_protobuf.h" |
-#include "net/quic/crypto/quic_random.h" |
-#include "net/quic/crypto/strike_register_client.h" |
-#include "net/quic/quic_flags.h" |
-#include "net/quic/quic_time.h" |
+#include "net/quic/core/crypto/aes_128_gcm_12_encrypter.h" |
+#include "net/quic/core/crypto/cert_compressor.h" |
+#include "net/quic/core/crypto/chacha20_poly1305_encrypter.h" |
+#include "net/quic/core/crypto/crypto_handshake_message.h" |
+#include "net/quic/core/crypto/crypto_secret_boxer.h" |
+#include "net/quic/core/crypto/crypto_server_config_protobuf.h" |
+#include "net/quic/core/crypto/quic_random.h" |
+#include "net/quic/core/crypto/strike_register_client.h" |
+#include "net/quic/core/quic_flags.h" |
+#include "net/quic/core/quic_time.h" |
#include "net/quic/test_tools/crypto_test_utils.h" |
#include "net/quic/test_tools/mock_clock.h" |
#include "net/quic/test_tools/quic_crypto_server_config_peer.h" |