Index: net/quic/crypto/quic_crypto_client_config.h |
diff --git a/net/quic/crypto/quic_crypto_client_config.h b/net/quic/crypto/quic_crypto_client_config.h |
index fc99be503dba9b3d1296ff18b4b7fb5da78e1d63..4221ada97036ed7a05b89c658fc66a31d8352dc1 100644 |
--- a/net/quic/crypto/quic_crypto_client_config.h |
+++ b/net/quic/crypto/quic_crypto_client_config.h |
@@ -180,7 +180,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { |
// client chose to use initially. This allows the server to detect downgrade |
// attacks. |
QuicErrorCode FillClientHello(const std::string& server_hostname, |
- QuicGuid guid, |
+ QuicConnectionId connection_id, |
const QuicVersion preferred_version, |
const CachedState* cached, |
QuicWallTime now, |
@@ -210,7 +210,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { |
// server. The contents of this list will be compared against the list of |
// versions provided in the VER tag of the server hello. |
QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello, |
- QuicGuid guid, |
+ QuicConnectionId connection_id, |
const QuicVersionVector& negotiated_versions, |
CachedState* cached, |
QuicCryptoNegotiatedParameters* out_params, |