Index: net/spdy/spdy_network_transaction_unittest.cc |
diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc |
index e286333617d117775414cc0ef3f4aeb901bb205c..3c462e8e87b522f34974d07b884d3115968e787b 100644 |
--- a/net/spdy/spdy_network_transaction_unittest.cc |
+++ b/net/spdy/spdy_network_transaction_unittest.cc |
@@ -76,7 +76,7 @@ void UpdateSpdySessionDependencies( |
SpdySessionDependencies* session_deps) { |
switch (test_params.ssl_type) { |
case SPDYNPN: |
- session_deps->http_server_properties.SetAlternateProtocol( |
+ session_deps->http_server_properties.AddAlternateProtocol( |
HostPortPair("www.google.com", 80), 443, |
AlternateProtocolFromNextProto(test_params.protocol), 1); |
session_deps->use_alternate_protocols = true; |