Index: net/quic/crypto/crypto_handshake_test.cc |
diff --git a/net/quic/crypto/crypto_handshake_test.cc b/net/quic/crypto/crypto_handshake_test.cc |
index 5909cd9ed893f8c48d6033b6fb17e7bb9e6a6419..154e3647378027f00ad2013042a28050325b7f2e 100644 |
--- a/net/quic/crypto/crypto_handshake_test.cc |
+++ b/net/quic/crypto/crypto_handshake_test.cc |
@@ -45,7 +45,7 @@ TEST(QuicCryptoServerConfigTest, ServerConfig) { |
CryptoHandshakeMessage extra_tags; |
scoped_ptr<CryptoHandshakeMessage>( |
- server.AddTestingConfig(QuicRandom::GetInstance(), &clock, extra_tags)); |
+ server.AddDefaultConfig(QuicRandom::GetInstance(), &clock, extra_tags)); |
} |
TEST(QuicCryptoServerConfigTest, SourceAddressTokens) { |