| Index: chromeos/dbus/bluetooth_manager_client.h
|
| diff --git a/chromeos/dbus/bluetooth_manager_client.h b/chromeos/dbus/bluetooth_manager_client.h
|
| index 117b538f29e80046595a64614913bf13cc31867b..359a8e8f0daecc1c1c388009e9c8fe867cff6690 100644
|
| --- a/chromeos/dbus/bluetooth_manager_client.h
|
| +++ b/chromeos/dbus/bluetooth_manager_client.h
|
| @@ -29,7 +29,7 @@ class CHROMEOS_EXPORT BluetoothManagerClient {
|
| // Structure of properties associated with the bluetooth manager.
|
| struct Properties : public BluetoothPropertySet {
|
| // List of object paths of local Bluetooth adapters. Read-only.
|
| - BluetoothProperty<std::vector<dbus::ObjectPath> > adapters;
|
| + dbus::Property<std::vector<dbus::ObjectPath> > adapters;
|
|
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| PropertyChangedCallback callback);
|
|
|