| Index: net/quic/chromium/quic_http_stream_test.cc
|
| diff --git a/net/quic/chromium/quic_http_stream_test.cc b/net/quic/chromium/quic_http_stream_test.cc
|
| index f9b9a3b8ce0b26106da5dd6a09599114ffbdafda..f84c55bcfd6222fb9c614cef25f8e4def9058fed 100644
|
| --- a/net/quic/chromium/quic_http_stream_test.cc
|
| +++ b/net/quic/chromium/quic_http_stream_test.cc
|
| @@ -110,7 +110,6 @@ class AutoClosingStream : public QuicHttpStream {
|
| Close(false);
|
| }
|
|
|
| - void OnDataAvailable() override { Close(false); }
|
| };
|
|
|
| // UploadDataStream that always returns errors on data read.
|
|
|