| 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 0174ae516330b03dce6b84ceff1af40a1f0e5f45..0cce264a8c17bf02a03407bbeaafab4a31644a16 100644
|
| --- a/net/quic/crypto/crypto_server_test.cc
|
| +++ b/net/quic/crypto/crypto_server_test.cc
|
| @@ -178,7 +178,7 @@ class CryptoServerTest : public ::testing::Test {
|
| const char* error_substr) {
|
| string error_details;
|
| QuicErrorCode error = config_.ProcessClientHello(
|
| - result, 1 /* GUID */, client_address_,
|
| + result, 1 /* ConnectionId */, client_address_,
|
| supported_versions_.front(), supported_versions_, &clock_, rand_,
|
| ¶ms_, &out_, &error_details);
|
|
|
|
|