| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index c3afedd6c2a5905ddbadd5535dd6ae5394f1549d..f1706b9d131ed709b7d4b29803e3b04f8b33f1ad 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -1313,7 +1313,7 @@ TEST_P(HttpStreamFactoryTest, DISABLED_OrphanedWebSocketStream) {
|
| request_info.url = GURL("ws://www.google.com:8888");
|
| request_info.load_flags = 0;
|
|
|
| - session->http_server_properties()->SetAlternativeService(
|
| + session->http_server_properties()->AddAlternativeService(
|
| HostPortPair("www.google.com", 8888),
|
| AlternativeService(NPN_SPDY_4, "www.google.com", 9999), 1.0);
|
|
|
|
|