| Index: net/quic/core/quic_session.h
|
| diff --git a/net/quic/core/quic_session.h b/net/quic/core/quic_session.h
|
| index f3c1522a69f0193476f147203b3036981673d46c..329df4e602e49085f3b728ac492f76e59ecfd028 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,
|
| - QuicAckListenerInterface* ack_notifier_delegate);
|
| + const scoped_refptr<QuicAckListenerInterface>& ack_notifier_delegate);
|
|
|
| // Called by streams when they want to close the stream in both directions.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|