Index: net/quic/core/crypto/quic_crypto_server_config.cc |
diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/core/crypto/quic_crypto_server_config.cc |
similarity index 98% |
rename from net/quic/crypto/quic_crypto_server_config.cc |
rename to net/quic/core/crypto/quic_crypto_server_config.cc |
index 9d8045d153720ecab25cc73fe2b8f8799780db7a..f2148cf193c52267e027726ee83b205c6e024a16 100644 |
--- a/net/quic/crypto/quic_crypto_server_config.cc |
+++ b/net/quic/core/crypto/quic_crypto_server_config.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/quic_crypto_server_config.h" |
+#include "net/quic/core/crypto/quic_crypto_server_config.h" |
#include <stdlib.h> |
@@ -15,33 +15,33 @@ |
#include "crypto/hkdf.h" |
#include "crypto/secure_hash.h" |
#include "net/base/ip_address.h" |
-#include "net/quic/crypto/aes_128_gcm_12_decrypter.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/channel_id.h" |
-#include "net/quic/crypto/crypto_framer.h" |
-#include "net/quic/crypto/crypto_handshake_message.h" |
-#include "net/quic/crypto/crypto_server_config_protobuf.h" |
-#include "net/quic/crypto/crypto_utils.h" |
-#include "net/quic/crypto/curve25519_key_exchange.h" |
-#include "net/quic/crypto/ephemeral_key_source.h" |
-#include "net/quic/crypto/key_exchange.h" |
-#include "net/quic/crypto/local_strike_register_client.h" |
-#include "net/quic/crypto/p256_key_exchange.h" |
-#include "net/quic/crypto/proof_source.h" |
-#include "net/quic/crypto/quic_decrypter.h" |
-#include "net/quic/crypto/quic_encrypter.h" |
-#include "net/quic/crypto/quic_random.h" |
-#include "net/quic/crypto/strike_register.h" |
-#include "net/quic/crypto/strike_register_client.h" |
-#include "net/quic/proto/source_address_token.pb.h" |
-#include "net/quic/quic_bug_tracker.h" |
-#include "net/quic/quic_clock.h" |
-#include "net/quic/quic_flags.h" |
-#include "net/quic/quic_protocol.h" |
-#include "net/quic/quic_socket_address_coder.h" |
-#include "net/quic/quic_utils.h" |
+#include "net/quic/core/crypto/aes_128_gcm_12_decrypter.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/channel_id.h" |
+#include "net/quic/core/crypto/crypto_framer.h" |
+#include "net/quic/core/crypto/crypto_handshake_message.h" |
+#include "net/quic/core/crypto/crypto_server_config_protobuf.h" |
+#include "net/quic/core/crypto/crypto_utils.h" |
+#include "net/quic/core/crypto/curve25519_key_exchange.h" |
+#include "net/quic/core/crypto/ephemeral_key_source.h" |
+#include "net/quic/core/crypto/key_exchange.h" |
+#include "net/quic/core/crypto/local_strike_register_client.h" |
+#include "net/quic/core/crypto/p256_key_exchange.h" |
+#include "net/quic/core/crypto/proof_source.h" |
+#include "net/quic/core/crypto/quic_decrypter.h" |
+#include "net/quic/core/crypto/quic_encrypter.h" |
+#include "net/quic/core/crypto/quic_random.h" |
+#include "net/quic/core/crypto/strike_register.h" |
+#include "net/quic/core/crypto/strike_register_client.h" |
+#include "net/quic/core/proto/source_address_token.pb.h" |
+#include "net/quic/core/quic_bug_tracker.h" |
+#include "net/quic/core/quic_clock.h" |
+#include "net/quic/core/quic_flags.h" |
+#include "net/quic/core/quic_protocol.h" |
+#include "net/quic/core/quic_socket_address_coder.h" |
+#include "net/quic/core/quic_utils.h" |
using base::StringPiece; |
using crypto::SecureHash; |