| Index: components/cronet/ios/test/cronet_bidirectional_stream_test.mm
|
| diff --git a/components/cronet/ios/test/cronet_bidirectional_stream_test.mm b/components/cronet/ios/test/cronet_bidirectional_stream_test.mm
|
| index 6ddb2291b2465d6ee07279fcff7084de58c60f8b..1a26268c551c20bb5ddbc0f477c73c63c5f08ed8 100644
|
| --- a/components/cronet/ios/test/cronet_bidirectional_stream_test.mm
|
| +++ b/components/cronet/ios/test/cronet_bidirectional_stream_test.mm
|
| @@ -127,7 +127,8 @@ class TestBidirectionalStreamCallback {
|
|
|
| TestBidirectionalStreamCallback()
|
| : stream(nullptr),
|
| - stream_done_event(true, false),
|
| + stream_done_event(base::WaitableEvent::ResetPolicy::MANUAL,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED),
|
| expected_negotiated_protocol("quic/1+spdy/3"),
|
| cancel_from_step(NOTHING),
|
| read_buffer_size(32768),
|
|
|