| Index: net/quic/crypto/quic_crypto_server_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| index 22bfd2c6cc6c120c8e8d5ea0dc73aea6bd60221f..f5a833ea672a273c7204257371e3774962969e91 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| @@ -56,7 +56,7 @@ class QuicCryptoServerConfigPeer {
|
| QuicRandom* rand,
|
| QuicWallTime now) {
|
| return server_config_->NewSourceAddressToken(
|
| - *GetConfig(config_id), ip, rand, now);
|
| + *GetConfig(config_id), ip, rand, now, NULL);
|
| }
|
|
|
| HandshakeFailureReason ValidateSourceAddressToken(string config_id,
|
|
|