| Index: trunk/src/device/bluetooth/bluetooth_device_win.h
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/bluetooth_device_win.h (revision 261569)
|
| +++ trunk/src/device/bluetooth/bluetooth_device_win.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| virtual void Forget(const ErrorCallback& error_callback) OVERRIDE;
|
| virtual void ConnectToService(
|
| - const device::BluetoothUUID& service_uuid,
|
| + const std::string& service_uuid,
|
| const SocketCallback& callback) OVERRIDE;
|
| virtual void ConnectToProfile(
|
| device::BluetoothProfile* profile,
|
| @@ -69,7 +69,7 @@
|
| // Used by BluetoothProfileWin to retrieve the service record for the given
|
| // |uuid|.
|
| const BluetoothServiceRecord* GetServiceRecord(
|
| - const device::BluetoothUUID& uuid) const;
|
| + const std::string& uuid) const;
|
|
|
| protected:
|
| // BluetoothDevice override
|
|
|