| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index a953749e9a3361daa78cf3f10bfb36784e4f54bd..f610f24786bcb4a07a3d52fa91c1708506739620 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -52,7 +52,7 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| 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,
|
|
|