| Index: trunk/src/device/bluetooth/bluetooth_device_mac.h
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/bluetooth_device_mac.h (revision 262179)
|
| +++ trunk/src/device/bluetooth/bluetooth_device_mac.h (working copy)
|
| @@ -55,9 +55,9 @@
|
| const device::BluetoothUUID& service_uuid,
|
| const SocketCallback& callback) OVERRIDE;
|
| virtual void ConnectToProfile(
|
| - BluetoothProfile* profile,
|
| + device::BluetoothProfile* profile,
|
| const base::Closure& callback,
|
| - const ConnectToProfileErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| virtual void SetOutOfBandPairingData(
|
| const BluetoothOutOfBandPairingData& data,
|
| const base::Closure& callback,
|
|
|