| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 80c82062c329c7f26cce0229d9a1d19226510d56..0ba0796f3d8fe7b89596c74fd4edaa9bca7daff3 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -52,7 +52,7 @@ class BluetoothDeviceWin : 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,
|
| @@ -69,7 +69,7 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
| // Used by BluetoothProfileWin to retrieve the service record for the given
|
| // |uuid|.
|
| const BluetoothServiceRecord* GetServiceRecord(
|
| - const std::string& uuid) const;
|
| + const device::BluetoothUUID& uuid) const;
|
|
|
| protected:
|
| // BluetoothDevice override
|
|
|