| Index: net/http/http_stream_factory_impl_request.cc
|
| diff --git a/net/http/http_stream_factory_impl_request.cc b/net/http/http_stream_factory_impl_request.cc
|
| index 23aa5ff2b3beb2104acb6a657fad800607091e73..3fcc7aed1b8863c767ddaddda5669d93607f0579 100644
|
| --- a/net/http/http_stream_factory_impl_request.cc
|
| +++ b/net/http/http_stream_factory_impl_request.cc
|
| @@ -313,7 +313,7 @@ void HttpStreamFactoryImpl::Request::OnSpdySessionReady(
|
| delegate_->OnStreamReady(
|
| job->server_ssl_config(),
|
| job->proxy_info(),
|
| - new SpdyHttpStream(spdy_session, use_relative_url));
|
| + new SpdyHttpStream(spdy_session.get(), use_relative_url));
|
| // |this| may be deleted after this point.
|
| factory->OnSpdySessionReady(
|
| spdy_session, direct, used_ssl_config, used_proxy_info,
|
|
|