| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| index fc56a3b4b21d33f58e7a74b6e44d17089bf78e0e..584286b7b88f29dc0af6df6c6211df0b74716ca4 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| @@ -59,10 +59,13 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattCharacteristicServiceProvider
|
| dbus::ObjectPath object_path_;
|
|
|
| // 128-bit GATT characteristic UUID.
|
| - std::string uuid_;
|
| + const std::string uuid_;
|
| +
|
| + // Properties for this characteristic.
|
| + const std::vector<std::string> flags_;
|
|
|
| // Object path of the service that this characteristic belongs to.
|
| - dbus::ObjectPath service_path_;
|
| + const dbus::ObjectPath service_path_;
|
|
|
| // The delegate that method calls are passed on to.
|
| std::unique_ptr<BluetoothGattAttributeValueDelegate> delegate_;
|
|
|