| Index: device/bluetooth/bluetooth_gatt_characteristic.cc
|
| diff --git a/device/bluetooth/bluetooth_gatt_characteristic.cc b/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| index 49fd3b3c8647a59a71a3a1e951a22defac929efd..47182a5d9f96d71d3bda83f701fe2ab29c346dd0 100644
|
| --- a/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| @@ -16,7 +16,7 @@ BluetoothGattCharacteristic::~BluetoothGattCharacteristic() {
|
|
|
| // static
|
| BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
|
| - const bluetooth_utils::UUID& uuid,
|
| + const BluetoothUUID& uuid,
|
| const std::vector<uint8>& value,
|
| Properties properties,
|
| Permissions permissions) {
|
|
|