| Index: net/tools/quic/quic_reliable_client_stream_test.cc
|
| diff --git a/net/tools/quic/quic_reliable_client_stream_test.cc b/net/tools/quic/quic_reliable_client_stream_test.cc
|
| index d004fac19d5a8da46fbea217ff77803a69353fa8..bdb97cc59298e06c13e6aa903f879458d19ff211 100644
|
| --- a/net/tools/quic/quic_reliable_client_stream_test.cc
|
| +++ b/net/tools/quic/quic_reliable_client_stream_test.cc
|
| @@ -15,6 +15,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using net::test::DefaultQuicConfig;
|
| using testing::TestWithParam;
|
|
|
| namespace net {
|
| @@ -25,7 +26,7 @@ namespace {
|
| class QuicClientStreamTest : public ::testing::Test {
|
| public:
|
| QuicClientStreamTest()
|
| - : session_("example.com", QuicConfig(),
|
| + : session_("example.com", DefaultQuicConfig(),
|
| new MockConnection(1, IPEndPoint(), 0, &eps_, false),
|
| &crypto_config_),
|
| body_("hello world") {
|
|
|