| Index: trunk/src/device/bluetooth/bluetooth_gatt_characteristic.cc
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/bluetooth_gatt_characteristic.cc (revision 261569)
|
| +++ trunk/src/device/bluetooth/bluetooth_gatt_characteristic.cc (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| // static
|
| BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
|
| - const BluetoothUUID& uuid,
|
| + const bluetooth_utils::UUID& uuid,
|
| const std::vector<uint8>& value,
|
| Properties properties,
|
| Permissions permissions) {
|
|
|