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