diff options
Diffstat (limited to 'dbus/test_service.h')
-rw-r--r-- | dbus/test_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/test_service.h b/dbus/test_service.h index 7ddaf21..197b8d2 100644 --- a/dbus/test_service.h +++ b/dbus/test_service.h @@ -170,7 +170,7 @@ class TestService : public base::Thread { Bus::ServiceOwnershipOptions request_ownership_options_; scoped_refptr<base::SequencedTaskRunner> dbus_task_runner_; - base::WaitableEvent on_all_methods_exported_; + base::WaitableEvent on_name_obtained_; // The number of methods actually exported. int num_exported_methods_; |