| Index: net/quic/quartc/quartc_stream_test.cc
|
| diff --git a/net/quic/quartc/quartc_stream_test.cc b/net/quic/quartc/quartc_stream_test.cc
|
| index 506a90dda4d57de787484f3b80c23e89ac2e38b3..fdafe221c389e11a88b91920a0c76c051e8640ba 100644
|
| --- a/net/quic/quartc/quartc_stream_test.cc
|
| +++ b/net/quic/quartc/quartc_stream_test.cc
|
| @@ -38,7 +38,7 @@ class MockQuicSession : public QuicSession {
|
| QuicIOVector iovector,
|
| QuicStreamOffset offset,
|
| bool fin,
|
| - const scoped_refptr<QuicAckListenerInterface>& /*ack_notifier_delegate*/)
|
| + scoped_refptr<QuicAckListenerInterface> /*ack_notifier_delegate*/)
|
| override {
|
| if (!writable_) {
|
| return QuicConsumedData(0, false);
|
|
|