| Index: net/tools/quic/quic_client_session.h
|
| diff --git a/net/tools/quic/quic_client_session.h b/net/tools/quic/quic_client_session.h
|
| index 5057a527f376997bfc6ffd577e265640bf82aa3d..af9ee0952f6f201f894c81de64bde7aa5d1eb723 100644
|
| --- a/net/tools/quic/quic_client_session.h
|
| +++ b/net/tools/quic/quic_client_session.h
|
| @@ -24,7 +24,8 @@ class ReliableQuicStream;
|
|
|
| class QuicClientSession : public QuicClientSessionBase {
|
| public:
|
| - // Caller retains ownership of |promised_by_url|.
|
| + // Takes ownership of |connection|. Caller retains ownership of
|
| + // |promised_by_url|.
|
| QuicClientSession(const QuicConfig& config,
|
| QuicConnection* connection,
|
| const QuicServerId& server_id,
|
|
|