| Index: net/quic/core/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/core/crypto/quic_crypto_client_config.cc
|
| similarity index 97%
|
| rename from net/quic/crypto/quic_crypto_client_config.cc
|
| rename to net/quic/core/crypto/quic_crypto_client_config.cc
|
| index 013ce9df7a8eaf2d92fbf73f706d221df0dc94cc..fd6f43ab6d660005d5412aecb204b39a4dc1731f 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/core/crypto/quic_crypto_client_config.cc
|
| @@ -2,28 +2,28 @@
|
| // 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 <memory>
|
|
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.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/common_cert_set.h"
|
| -#include "net/quic/crypto/crypto_framer.h"
|
| -#include "net/quic/crypto/crypto_utils.h"
|
| -#include "net/quic/crypto/curve25519_key_exchange.h"
|
| -#include "net/quic/crypto/key_exchange.h"
|
| -#include "net/quic/crypto/p256_key_exchange.h"
|
| -#include "net/quic/crypto/proof_verifier.h"
|
| -#include "net/quic/crypto/quic_encrypter.h"
|
| -#include "net/quic/crypto/quic_random.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_utils.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/common_cert_set.h"
|
| +#include "net/quic/core/crypto/crypto_framer.h"
|
| +#include "net/quic/core/crypto/crypto_utils.h"
|
| +#include "net/quic/core/crypto/curve25519_key_exchange.h"
|
| +#include "net/quic/core/crypto/key_exchange.h"
|
| +#include "net/quic/core/crypto/p256_key_exchange.h"
|
| +#include "net/quic/core/crypto/proof_verifier.h"
|
| +#include "net/quic/core/crypto/quic_encrypter.h"
|
| +#include "net/quic/core/crypto/quic_random.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_utils.h"
|
|
|
| using base::StringPiece;
|
| using std::map;
|
|
|