| Index: device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| index 7322ec495338d13ca3c0467bae40fe02af1786e4..fc47da50bd902ae6ad075eeb53743b2ab4755dd5 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
| @@ -61,7 +61,10 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattDescriptorServiceProvider
|
| dbus::ObjectPath object_path_;
|
|
|
| // 128-bit GATT descriptor UUID.
|
| - std::string uuid_;
|
| + const std::string uuid_;
|
| +
|
| + // Permissions for this descriptor.
|
| + const std::vector<std::string> flags_;
|
|
|
| // Object path of the characteristic that this descriptor belongs to.
|
| dbus::ObjectPath characteristic_path_;
|
|
|