| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index ec98d3c873a6d400662f5805b1ec88e245648e18..c5eb613944a8096512d8305f7102069c4e6e6b91 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -292,7 +292,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| // |session| is the HttpNetworkSession. |net_log| is the NetLog that we log
|
| // network events to.
|
| SpdySession(const SpdySessionKey& spdy_session_key,
|
| - const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
| + HttpServerProperties* http_server_properties,
|
| TransportSecurityState* transport_security_state,
|
| bool verify_domain_authentication,
|
| bool enable_sending_initial_data,
|
| @@ -1026,7 +1026,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
|
|
| // |pool_| owns us, therefore its lifetime must exceed ours.
|
| SpdySessionPool* pool_;
|
| - const base::WeakPtr<HttpServerProperties> http_server_properties_;
|
| + HttpServerProperties* http_server_properties_;
|
|
|
| TransportSecurityState* transport_security_state_;
|
|
|
|
|