diff options
Diffstat (limited to 'dbus/object_proxy.h')
-rw-r--r-- | dbus/object_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h index a950e94..5fc4197 100644 --- a/dbus/object_proxy.h +++ b/dbus/object_proxy.h @@ -175,7 +175,7 @@ class ObjectProxy : public base::RefCountedThreadSafe<ObjectProxy> { DBusMessage* raw_message, void* user_data); - Bus* bus_; + scoped_refptr<Bus> bus_; std::string service_name_; std::string object_path_; |