| Index: net/quic/core/crypto/quic_crypto_client_config_test.cc
|
| diff --git a/net/quic/core/crypto/quic_crypto_client_config_test.cc b/net/quic/core/crypto/quic_crypto_client_config_test.cc
|
| index 77423ba700f63d48c147b4dc51246fe405f13da1..82c10daeef864c7b415722befd06ae5523a21a6d 100644
|
| --- a/net/quic/core/crypto/quic_crypto_client_config_test.cc
|
| +++ b/net/quic/core/crypto/quic_crypto_client_config_test.cc
|
| @@ -274,8 +274,8 @@ TEST(QuicCryptoClientConfigTest, FillClientHello) {
|
| MockRandom rand;
|
| CryptoHandshakeMessage chlo;
|
| QuicServerId server_id("www.google.com", 443, PRIVACY_MODE_DISABLED);
|
| - config.FillClientHello(server_id, kConnectionId, QuicVersionMax(),
|
| - QuicVersionMax(), &state, QuicWallTime::Zero(), &rand,
|
| + config.FillClientHello(server_id, kConnectionId, QuicVersionMax(), &state,
|
| + QuicWallTime::Zero(), &rand,
|
| nullptr, // channel_id_key
|
| params, &chlo, &error_details);
|
|
|
|
|