summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_device_mac.h')
-rw-r--r--device/bluetooth/bluetooth_device_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
index 26b1b8f..f610f24 100644
--- a/device/bluetooth/bluetooth_device_mac.h
+++ b/device/bluetooth/bluetooth_device_mac.h
@@ -55,9 +55,9 @@ class BluetoothDeviceMac : public BluetoothDevice {
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,