| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_android.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_android.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_android.h
|
| index e7a4291587f1da07d835e95624c2891b21325162..b959a54d82076ed2b8da2a81cc3c7842ea625874 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_android.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_android.h
|
| @@ -49,7 +49,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorAndroid
|
| const override;
|
| void ReadRemoteDescriptor(const ValueCallback& callback,
|
| const ErrorCallback& error_callback) override;
|
| - void WriteRemoteDescriptor(const std::vector<uint8_t>& new_value,
|
| + void WriteRemoteDescriptor(const std::vector<uint8_t>& value,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) override;
|
|
|
|
|