| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 61260c51df86e15ec89deafc2927cf1a4a10e61b..197932247db78bc17b978d7e4b3419dc1bf7325d 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -347,11 +347,12 @@ class QUIC_EXPORT_PRIVATE QuicConnection
|
| // If |listener| is provided, then it will be informed once ACKs have been
|
| // received for all the packets written in this call.
|
| // The |listener| is not owned by the QuicConnection and must outlive it.
|
| - virtual QuicConsumedData SendStreamData(QuicStreamId id,
|
| - QuicIOVector iov,
|
| - QuicStreamOffset offset,
|
| - bool fin,
|
| - QuicAckListenerInterface* listener);
|
| + virtual QuicConsumedData SendStreamData(
|
| + QuicStreamId id,
|
| + QuicIOVector iov,
|
| + QuicStreamOffset offset,
|
| + bool fin,
|
| + const scoped_refptr<QuicAckListenerInterface>& listener);
|
|
|
| // Send a RST_STREAM frame to the peer.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|