diff options
Diffstat (limited to 'net/http/http_stream_factory.cc')
-rw-r--r-- | net/http/http_stream_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc index 6d2e140..0561c34 100644 --- a/net/http/http_stream_factory.cc +++ b/net/http/http_stream_factory.cc @@ -49,7 +49,7 @@ void HttpStreamFactory::ResetStaticSettingsToInit() { } void HttpStreamFactory::ProcessAlternateProtocol( - HttpServerProperties* http_server_properties, + const base::WeakPtr<HttpServerProperties>& http_server_properties, const std::string& alternate_protocol_str, const HostPortPair& http_host_port_pair) { std::vector<std::string> port_protocol_vector; |