| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index 7a4ef790141812f8d1d6b9087e5fbbf988f54b30..fa712c29259d2857324e025cafdc168fd36db700 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -222,7 +222,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
|
|
|
| void OnConnectTimeout();
|
|
|
| - scoped_ptr<HostPortPair> server_host_port_;
|
| + HostPortPair server_host_port_;
|
| bool require_confirmation_;
|
| scoped_ptr<QuicCryptoClientStream> crypto_stream_;
|
| QuicStreamFactory* stream_factory_;
|
|
|