| Index: device/bluetooth/bluetooth_gatt_characteristic.cc
|
| diff --git a/device/bluetooth/bluetooth_gatt_characteristic.cc b/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| index 47182a5d9f96d71d3bda83f701fe2ab29c346dd0..f7bb6d848d28fd26ba248c2009626d3d563e568d 100644
|
| --- a/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| @@ -17,7 +17,7 @@ BluetoothGattCharacteristic::~BluetoothGattCharacteristic() {
|
| // static
|
| BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
|
| const BluetoothUUID& uuid,
|
| - const std::vector<uint8>& value,
|
| + const std::vector<uint8_t>& value,
|
| Properties properties,
|
| Permissions permissions) {
|
| LOG(ERROR) << "Creating local GATT characteristics currently not supported.";
|
|
|