| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index 45fc5a02e8b0db417acfb40ecdc0dc2cb1808c9b..6989fff59af7729eef5dc7ed8ee540acae8e3325 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -180,7 +180,7 @@ int CryptoTestUtils::HandshakeWithFakeClient(
|
| crypto_config.SetChannelIDSigner(ChannelIDSignerForTesting());
|
| }
|
| QuicSessionKey server_key(kServerHostname, kServerPort, false,
|
| - kPrivacyModeDisabled);
|
| + PRIVACY_MODE_DISABLED);
|
| QuicCryptoClientStream client(server_key, &client_session, NULL,
|
| &crypto_config);
|
| client_session.SetCryptoStream(&client);
|
|
|