summaryrefslogtreecommitdiffstats
path: root/dbus/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/bus.h')
-rw-r--r--dbus/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/bus.h b/dbus/bus.h
index 9eba043..b64ae8f 100644
--- a/dbus/bus.h
+++ b/dbus/bus.h
@@ -436,7 +436,7 @@ class Bus : public base::RefCountedThreadSafe<Bus> {
base::WaitableEvent on_shutdown_;
DBusConnection* connection_;
- MessageLoop* origin_loop_;
+ scoped_refptr<base::MessageLoopProxy> origin_message_loop_proxy_;
base::PlatformThreadId origin_thread_id_;
std::set<std::string> owned_service_names_;