Index: trunk/src/device/bluetooth/bluetooth_gatt_service.cc |
=================================================================== |
--- trunk/src/device/bluetooth/bluetooth_gatt_service.cc (revision 261569) |
+++ trunk/src/device/bluetooth/bluetooth_gatt_service.cc (working copy) |
@@ -16,7 +16,7 @@ |
// static |
BluetoothGattService* BluetoothGattService::Create( |
- const BluetoothUUID& uuid, |
+ const bluetooth_utils::UUID& uuid, |
bool is_primary, |
Delegate* delegate) { |
LOG(ERROR) << "Creating local GATT services currently not supported."; |