| Index: dbus/test_service.cc
|
| diff --git a/dbus/test_service.cc b/dbus/test_service.cc
|
| index 217e8ee75912994968aafda6543855b24848053d..6445f6a6467c7247896272d53140c80790028f68 100644
|
| --- a/dbus/test_service.cc
|
| +++ b/dbus/test_service.cc
|
| @@ -45,7 +45,8 @@ TestService::TestService(const Options& options)
|
| service_name_(options.service_name),
|
| request_ownership_options_(options.request_ownership_options),
|
| dbus_task_runner_(options.dbus_task_runner),
|
| - on_name_obtained_(false, false),
|
| + on_name_obtained_(base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED),
|
| num_exported_methods_(0),
|
| send_immediate_properties_changed_(false),
|
| has_ownership_(false),
|
|
|