| Index: net/quic/crypto/crypto_server_test.cc
|
| diff --git a/net/quic/crypto/crypto_server_test.cc b/net/quic/crypto/crypto_server_test.cc
|
| index 74a36662a2b717b7d77817fb084b697e39b8bc34..7ff7e9ec7fbd619e19f26a95f386577a15d6768a 100644
|
| --- a/net/quic/crypto/crypto_server_test.cc
|
| +++ b/net/quic/crypto/crypto_server_test.cc
|
| @@ -227,9 +227,10 @@ class CryptoServerTest : public ::testing::TestWithParam<TestParams> {
|
| const ValidateCallback::Result& result,
|
| bool should_succeed,
|
| const char* error_substr) {
|
| + IPEndPoint server_ip;
|
| string error_details;
|
| QuicErrorCode error = config_.ProcessClientHello(
|
| - result, 1 /* ConnectionId */, client_address_,
|
| + result, 1 /* ConnectionId */, server_ip, client_address_,
|
| supported_versions_.front(), supported_versions_, &clock_, rand_,
|
| ¶ms_, &out_, &error_details);
|
|
|
|
|