summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_device_android.h')
-rw-r--r--device/bluetooth/bluetooth_device_android.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
index be9df2a..5f63a6d 100644
--- a/device/bluetooth/bluetooth_device_android.h
+++ b/device/bluetooth/bluetooth_device_android.h
@@ -77,7 +77,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
void CancelPairing() override;
void Disconnect(const base::Closure& callback,
const ErrorCallback& error_callback) override;
- void Forget(const ErrorCallback& error_callback) override;
+ void Forget(const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
void ConnectToService(
const device::BluetoothUUID& uuid,
const ConnectToServiceCallback& callback,