| Index: net/quic/core/quic_session.h
|
| diff --git a/net/quic/core/quic_session.h b/net/quic/core/quic_session.h
|
| index 329df4e602e49085f3b728ac492f76e59ecfd028..a471c566931d0d7270d53514fa3b14e9c4d4db7b 100644
|
| --- a/net/quic/core/quic_session.h
|
| +++ b/net/quic/core/quic_session.h
|
| @@ -122,7 +122,7 @@ class QUIC_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| QuicIOVector iov,
|
| QuicStreamOffset offset,
|
| bool fin,
|
| - const scoped_refptr<QuicAckListenerInterface>& ack_notifier_delegate);
|
| + scoped_refptr<QuicAckListenerInterface> ack_notifier_delegate);
|
|
|
| // Called by streams when they want to close the stream in both directions.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|