Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index d31bae75350c17926b2c6447e8a571c9e4be09e1..98475f21c0480d86196ef117b0e3eebdb534c4fb 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -52,7 +52,7 @@ class BluetoothDeviceChromeOS |
const ErrorCallback& error_callback) OVERRIDE; |
virtual void Forget(const ErrorCallback& error_callback) OVERRIDE; |
virtual void ConnectToService( |
- const std::string& service_uuid, |
+ const device::BluetoothUUID& service_uuid, |
const SocketCallback& callback) OVERRIDE; |
virtual void ConnectToProfile( |
device::BluetoothProfile* profile, |