| Index: chromeos/dbus/bluetooth_input_client.h
|
| diff --git a/chromeos/dbus/bluetooth_input_client.h b/chromeos/dbus/bluetooth_input_client.h
|
| index aece6e6885f8a3fb08c0545fbb8db9c7a2ac5782..3499a83c29245fbc422428d850c078524e2d6a64 100644
|
| --- a/chromeos/dbus/bluetooth_input_client.h
|
| +++ b/chromeos/dbus/bluetooth_input_client.h
|
| @@ -33,7 +33,7 @@ class CHROMEOS_EXPORT BluetoothInputClient {
|
| // Structure of properties associated with bluetooth input devices.
|
| struct Properties : public BluetoothPropertySet {
|
| // Indicates that the device is currently connected. Read-only.
|
| - BluetoothProperty<bool> connected;
|
| + dbus::Property<bool> connected;
|
|
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| PropertyChangedCallback callback);
|
|
|