| Index: components/grpc_support/bidirectional_stream_unittest.cc
|
| diff --git a/components/grpc_support/bidirectional_stream_unittest.cc b/components/grpc_support/bidirectional_stream_unittest.cc
|
| index 84e5cb6c50c1ddef05c3fb9c2075bb9907b394f3..589f80275003709ba93cd443b51af3d9383e0985 100644
|
| --- a/components/grpc_support/bidirectional_stream_unittest.cc
|
| +++ b/components/grpc_support/bidirectional_stream_unittest.cc
|
| @@ -36,9 +36,11 @@ class BidirectionalStreamTest : public ::testing::TestWithParam<bool> {
|
| protected:
|
| void SetUp() override {
|
| StartQuicTestServer();
|
| + StartTestStreamEngine(GetQuicTestServerPort());
|
| }
|
|
|
| void TearDown() override {
|
| + ShutdownTestStreamEngine();
|
| ShutdownQuicTestServer();
|
| }
|
|
|
|
|