aboutsummaryrefslogtreecommitdiff
path: root/service/ipc/dbus/ipc_handler_dbus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'service/ipc/dbus/ipc_handler_dbus.cc')
-rw-r--r--service/ipc/dbus/ipc_handler_dbus.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/ipc/dbus/ipc_handler_dbus.cc b/service/ipc/dbus/ipc_handler_dbus.cc
index c8922d32e..8abd2449d 100644
--- a/service/ipc/dbus/ipc_handler_dbus.cc
+++ b/service/ipc/dbus/ipc_handler_dbus.cc
@@ -37,7 +37,7 @@ bool IPCHandlerDBus::Run() {
dbus_thread_ = new base::Thread("D-Bus Thread");
base::Thread::Options thread_options;
- thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
+ btbase::set_message_loop_type_IO(thread_options);
dbus_thread_->StartWithOptions(thread_options);
dbus_thread_->task_runner()->PostTask(