| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 197932247db78bc17b978d7e4b3419dc1bf7325d..974661808b2cd15d0e1e2ac2357d2af15be6b1ab 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,
|
| - const scoped_refptr<QuicAckListenerInterface>& listener);
|
| + scoped_refptr<QuicAckListenerInterface> listener);
|
|
|
| // Send a RST_STREAM frame to the peer.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|