| Index: chrome/browser/android/provider/blocking_ui_thread_async_request.cc
|
| diff --git a/chrome/browser/android/provider/blocking_ui_thread_async_request.cc b/chrome/browser/android/provider/blocking_ui_thread_async_request.cc
|
| index 4eb9811ed63aa68e8a87b5f1d713d36fe82df0d9..b6d3e653711b7b189c9df170deeb36cecb49e49f 100644
|
| --- a/chrome/browser/android/provider/blocking_ui_thread_async_request.cc
|
| +++ b/chrome/browser/android/provider/blocking_ui_thread_async_request.cc
|
| @@ -5,8 +5,8 @@
|
| #include "chrome/browser/android/provider/blocking_ui_thread_async_request.h"
|
|
|
| BlockingUIThreadAsyncRequest::BlockingUIThreadAsyncRequest()
|
| - : request_completed_(false, false) {
|
| -}
|
| + : request_completed_(base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED) {}
|
|
|
| void BlockingUIThreadAsyncRequest::RequestCompleted() {
|
| // Currently all our use cases receive their request response in the UI
|
|
|