| Index: net/quic/test_tools/quic_stream_factory_peer.cc
|
| diff --git a/net/quic/test_tools/quic_stream_factory_peer.cc b/net/quic/test_tools/quic_stream_factory_peer.cc
|
| index 99c4ef3feba49b7daac020db1ca5f79749d9e907..13abb759e67c90b17dfc8b57e80fab0eda80d26a 100644
|
| --- a/net/quic/test_tools/quic_stream_factory_peer.cc
|
| +++ b/net/quic/test_tools/quic_stream_factory_peer.cc
|
| @@ -157,8 +157,8 @@ void QuicStreamFactoryPeer::CacheDummyServerConfig(
|
| QuicCryptoClientConfig::CachedState* cached =
|
| crypto_config->LookupOrCreate(quic_server_id);
|
| QuicClock clock;
|
| - cached->Initialize(server_config, source_address_token, certs, "", signature,
|
| - clock.WallNow());
|
| + cached->Initialize(server_config, source_address_token, certs, "", "",
|
| + signature, clock.WallNow());
|
| }
|
|
|
| } // namespace test
|
|
|