diff options
Diffstat (limited to 'dbus/exported_object.h')
-rw-r--r-- | dbus/exported_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/exported_object.h b/dbus/exported_object.h index 24456f7..7dd8ca5 100644 --- a/dbus/exported_object.h +++ b/dbus/exported_object.h @@ -144,7 +144,7 @@ class ExportedObject : public base::RefCountedThreadSafe<ExportedObject> { static void OnUnregisteredThunk(DBusConnection* connection, void* user_data); - Bus* bus_; + scoped_refptr<Bus> bus_; std::string service_name_; std::string object_path_; bool object_is_registered_; |