diff options
Diffstat (limited to 'dbus/test_server.cc')
-rw-r--r-- | dbus/test_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/test_server.cc b/dbus/test_server.cc index 7e4722d..1b63064 100644 --- a/dbus/test_server.cc +++ b/dbus/test_server.cc @@ -19,7 +19,7 @@ int main(int argc, char** argv) { CHECK(dbus_thread->StartWithOptions(thread_options)); dbus::TestService::Options options; - options.dbus_task_runner = dbus_thread->message_loop_proxy(); + options.dbus_task_runner = dbus_thread->task_runner(); dbus::TestService* test_service = new dbus::TestService(options); CHECK(test_service->StartService()); CHECK(test_service->WaitUntilServiceIsStarted()); |