| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| index b042b1cb6d6557e2101a81ddeef89e2185f2446d..cb6642b6a6a5a83aff738803bd01a2a6d1bfa2ab 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
| @@ -23,7 +23,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorWin
|
| BluetoothRemoteGattCharacteristicWin* parent_characteristic,
|
| BTH_LE_GATT_DESCRIPTOR* descriptor_info,
|
| scoped_refptr<base::SequencedTaskRunner>& ui_task_runner);
|
| - ~BluetoothRemoteGattDescriptorWin();
|
| + ~BluetoothRemoteGattDescriptorWin() override;
|
|
|
| // Override BluetoothGattDescriptor interfaces.
|
| std::string GetIdentifier() const override;
|
|
|