| Index: net/http/http_network_transaction_unittest.cc
|
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
|
| index 670db0b6fb75d1616c62dbaf998223df07c24d84..887e74fc747cd932adfd4c7324bc316ca99c4530 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -1465,7 +1465,8 @@ void HttpNetworkTransactionTest::PreconnectErrorResendRequestTest(
|
| // Preconnect a socket.
|
| SSLConfig ssl_config;
|
| session->ssl_config_service()->GetSSLConfig(&ssl_config);
|
| - session->GetNextProtos(&ssl_config.next_protos);
|
| + session->GetAlpnProtos(&ssl_config.alpn_protos);
|
| + session->GetNpnProtos(&ssl_config.npn_protos);
|
| session->http_stream_factory()->PreconnectStreams(1, request, ssl_config,
|
| ssl_config);
|
| // Wait for the preconnect to complete.
|
|
|