Index: blimp/client/feature/compositor/blimp_input_manager.cc |
diff --git a/blimp/client/feature/compositor/blimp_input_manager.cc b/blimp/client/feature/compositor/blimp_input_manager.cc |
index 14f6f38b154a88166c4eefbde0739deb6cd340ab..44a367f48255ed4327a2f179c83d193f69efc038 100644 |
--- a/blimp/client/feature/compositor/blimp_input_manager.cc |
+++ b/blimp/client/feature/compositor/blimp_input_manager.cc |
@@ -47,8 +47,9 @@ BlimpInputManager::BlimpInputManager( |
BlimpInputManager::~BlimpInputManager() { |
DCHECK(IsMainThread()); |
- base::WaitableEvent shutdown_event(false /* manual_reset */, |
- false /* initially_signaled */); |
+ base::WaitableEvent shutdown_event( |
+ base::WaitableEvent::ResetPolicy::AUTOMATIC, |
+ base::WaitableEvent::InitialState::NOT_SIGNALED); |
{ |
base::AutoReset<bool> auto_reset_main_thread_blocked( |
&main_thread_blocked_, true); |