Index: net/http/http_stream_factory_impl_request.h |
diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h |
index e87768361e423b06c4efdfad62be8e379a543bd7..169e1f54ce91f0858e98195174b44fac49867d88 100644 |
--- a/net/http/http_stream_factory_impl_request.h |
+++ b/net/http/http_stream_factory_impl_request.h |
@@ -63,7 +63,7 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
// Called by an attached Job if it sets up a SpdySession. |
void OnNewSpdySessionReady(Job* job, |
- scoped_refptr<SpdySession> spdy_session, |
+ const base::WeakPtr<SpdySession>& spdy_session, |
bool direct); |
WebSocketStreamBase::Factory* websocket_stream_factory() { |