| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 9f9d96a2816e8b141ee1de3a90f71e65cbab8067..af0aa0f92c0deef468e71b069ec4c02cd0a7a700 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -374,8 +374,8 @@ QuicClientSession* QuicStreamFactory::CreateSession(
|
| clock_.get(), random_generator_, socket);
|
|
|
| QuicConnection* connection = new QuicConnection(guid, addr, helper);
|
| - QuicClientSession* session = new QuicClientSession(connection, helper, this,
|
| - host, net_log.net_log());
|
| + QuicClientSession* session =
|
| + new QuicClientSession(connection, socket, this, host, net_log.net_log());
|
| all_sessions_.insert(session); // owning pointer
|
| return session;
|
| }
|
|
|