| Index: device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| index 78fc94bc925ec3e0b3f61037231998736ea412ab..f6c746964a551cc6e9fdf024f9794ee307418428 100644
|
| --- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| @@ -36,7 +36,7 @@ class BluetoothGattConnectionChromeOS
|
| // BluetoothGattConnection overrides.
|
| std::string GetDeviceAddress() const override;
|
| bool IsConnected() override;
|
| - void Disconnect(const base::Closure& callback) override;
|
| + void Disconnect() override;
|
|
|
| private:
|
|
|
|
|