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 2b854179ce02f83c3d536ff3bf8aa045f4004dbd..5e46258f2cbce5d46a4b131e3722ffcf0fdd7451 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -59,7 +59,12 @@ class TestQuicConnection : public QuicConnection { |
IPEndPoint address, |
QuicConnectionHelper* helper, |
QuicPacketWriter* writer) |
- : QuicConnection(connection_id, address, helper, writer, false, |
+ : QuicConnection(connection_id, |
+ address, |
+ helper, |
+ writer, |
+ false /* owns_writer */, |
+ false /* is_server */, |
versions) { |
} |