Index: net/http/http_stream_factory_impl.h |
diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h |
index 3cfda3c41fedace7c1358d7a24a5a722e881afc3..3949f3839ee21aaa01b5d9daa3f0689d4571fa70 100644 |
--- a/net/http/http_stream_factory_impl.h |
+++ b/net/http/http_stream_factory_impl.h |
@@ -94,7 +94,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : |
// Called when a SpdySession is ready. It will find appropriate Requests and |
// fulfill them. |direct| indicates whether or not |spdy_session| uses a |
// proxy. |
- void OnNewSpdySessionReady(scoped_refptr<SpdySession> spdy_session, |
+ void OnNewSpdySessionReady(const base::WeakPtr<SpdySession>& spdy_session, |
bool direct, |
const SSLConfig& used_ssl_config, |
const ProxyInfo& used_proxy_info, |