| Index: device/bluetooth/bluetooth_gatt_service.cc
|
| diff --git a/device/bluetooth/bluetooth_gatt_service.cc b/device/bluetooth/bluetooth_gatt_service.cc
|
| index dccb06a3295daaee8c1fba500afca0d02d8b82a2..461a63cf7847addd02ee97ac16e84b8a4951bf8a 100644
|
| --- a/device/bluetooth/bluetooth_gatt_service.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_service.cc
|
| @@ -16,7 +16,7 @@ BluetoothGattService::~BluetoothGattService() {
|
|
|
| // static
|
| BluetoothGattService* BluetoothGattService::Create(
|
| - const bluetooth_utils::UUID& uuid,
|
| + const BluetoothUUID& uuid,
|
| bool is_primary,
|
| Delegate* delegate) {
|
| LOG(ERROR) << "Creating local GATT services currently not supported.";
|
|
|