| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index f54af962dd7493de5e3b3deb0e326a060ff6868f..792e99e239e4ccc4ab132e4c7ff0b8c5ffcb77cd 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -714,9 +714,9 @@ int QuicStreamFactory::CreateSession(
|
| }
|
|
|
| *session = new QuicClientSession(
|
| - connection, socket.Pass(), writer.Pass(), this, server_info.Pass(),
|
| - quic_crypto_client_stream_factory_, session_key, config, crypto_config,
|
| - net_log.net_log());
|
| + connection, socket.Pass(), writer.Pass(), this,
|
| + quic_crypto_client_stream_factory_, server_info.Pass(), session_key,
|
| + config, crypto_config, net_log.net_log());
|
| all_sessions_.insert(*session); // owning pointer
|
| if (is_https) {
|
| crypto_config->SetProofVerifier(
|
|
|