| 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 1efbd46873597ea309e5aea416907fc6de108fb8..0e475049257a45f927db20b95b36ea13d550d8d8 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -1258,7 +1258,7 @@ TEST_P(HttpStreamFactoryTest, DISABLED_OrphanedWebSocketStream) {
|
| request_info.url = GURL("ws://www.google.com:8888");
|
| request_info.load_flags = 0;
|
|
|
| - session->http_server_properties()->SetAlternateProtocol(
|
| + session->http_server_properties()->AddAlternateProtocol(
|
| HostPortPair("www.google.com", 8888),
|
| 9999,
|
| NPN_SPDY_3,
|
|
|