Index: net/quic/quic_stream_factory_test.cc |
diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc |
index 6a1779aebfb0bca8d68c03a2c56390bafd32ac73..c81b1f2ee0f1ad5d1da8a9204eb96f34afd6081a 100644 |
--- a/net/quic/quic_stream_factory_test.cc |
+++ b/net/quic/quic_stream_factory_test.cc |
@@ -229,6 +229,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<TestParams> { |
nullptr, |
channel_id_service_.get(), |
&transport_security_state_, |
+ /*SocketPerformanceWatcherFactory*/ nullptr, |
&crypto_client_stream_factory_, |
&random_generator_, |
clock_, |