| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 974661808b2cd15d0e1e2ac2357d2af15be6b1ab..ecbe8d64d0dae959f9f8124f5ba1c0c07d3c6a43 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -352,7 +352,7 @@ class QUIC_EXPORT_PRIVATE QuicConnection
|
| QuicIOVector iov,
|
| QuicStreamOffset offset,
|
| bool fin,
|
| - scoped_refptr<QuicAckListenerInterface> listener);
|
| + QuicReferenceCountedPointer<QuicAckListenerInterface> listener);
|
|
|
| // Send a RST_STREAM frame to the peer.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|