Index: net/tools/quic/quic_client.cc |
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc |
index b28ec2b36b3e3ef81f34dd713c5d18af3a372b43..74874d71b3b0122d3af0e0100ce63a83b32e5fdf 100644 |
--- a/net/tools/quic/quic_client.cc |
+++ b/net/tools/quic/quic_client.cc |
@@ -199,8 +199,8 @@ bool QuicClient::StartConnect() { |
factory, |
/* owns_writer= */ false, |
/* is_server= */ false, |
- supported_versions_), |
- server_id_.is_https())); |
+ server_id_.is_https(), |
+ supported_versions_))); |
// Reset |writer_| after |session_| so that the old writer outlives the old |
// session. |