| Index: device/bluetooth/bluetooth_remote_gatt_service_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_bluez.cc b/device/bluetooth/bluetooth_remote_gatt_service_bluez.cc
|
| index e3fb5b1f8912a5ee4150b78b1a614be45c995811..4906aaf7e001fabe7d5e5da3cc1e1fc2480fac75 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_bluez.cc
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_bluez.cc
|
| @@ -218,7 +218,7 @@ void BluetoothRemoteGattServiceBlueZ::NotifyDescriptorAddedOrRemoved(
|
| void BluetoothRemoteGattServiceBlueZ::NotifyDescriptorValueChanged(
|
| BluetoothRemoteGattCharacteristicBlueZ* characteristic,
|
| BluetoothRemoteGattDescriptorBlueZ* descriptor,
|
| - const std::vector<uint8>& value) {
|
| + const std::vector<uint8_t>& value) {
|
| DCHECK(characteristic->GetService() == this);
|
| DCHECK(descriptor->GetCharacteristic() == characteristic);
|
| DCHECK(adapter_);
|
|
|