| Index: dbus/exported_object.h
|
| diff --git a/dbus/exported_object.h b/dbus/exported_object.h
|
| index 24456f7a3e25d8c2ef992012230fd2c82f8918c0..7dd8ca577510038ef4ffbcc70b4c8f9fd14fc1a1 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_;
|
|
|