| 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 2d617b40fbb1aa9daa479293b1fc988c28adf34e..69e0835f4ca545c43f565af35f31d6786d8ae2bf 100644
|
| --- a/net/quic/chromium/quic_http_stream_test.cc
|
| +++ b/net/quic/chromium/quic_http_stream_test.cc
|
| @@ -112,7 +112,6 @@ class AutoClosingStream : public QuicHttpStream {
|
| Close(false);
|
| }
|
|
|
| - void OnDataAvailable() override { Close(false); }
|
| };
|
|
|
| // UploadDataStream that always returns errors on data read.
|
|
|