Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index 497493c347232c2f893ea9766918abef18de2468..056208f14b7c3f12cdee9d24439f1f646449799d 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -145,7 +145,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
} |
~QuicHttpStreamTest() { |
- session_->CloseSessionOnError(ERR_ABORTED); |
+ session_->CloseSessionOnError(ERR_ABORTED, QUIC_INTERNAL_ERROR); |
for (size_t i = 0; i < writes_.size(); i++) { |
delete writes_[i].packet; |
} |