Index: net/http/http_stream_factory.h |
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h |
index 8f6d8921fc6c4a1e849e2c9d9e09489f53e4013c..f3b0203ccfbb2befd23db811f886b469ca9ee8ee 100644 |
--- a/net/http/http_stream_factory.h |
+++ b/net/http/http_stream_factory.h |
@@ -179,7 +179,7 @@ |
void ProcessAlternateProtocol( |
const base::WeakPtr<HttpServerProperties>& http_server_properties, |
- const std::vector<std::string>& alternate_protocol_values, |
+ const std::string& alternate_protocol_str, |
const HostPortPair& http_host_port_pair, |
const HttpNetworkSession& session); |