summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorDaniel Cheng <dcheng@chromium.org>2016-03-01 16:38:12 -0800
committerDaniel Cheng <dcheng@chromium.org>2016-03-02 00:40:23 +0000
commit6a30b38f3e54e25db749a72d03d7a2e0acdd6119 (patch)
treea5e80b641b848c8e138daf8967d1ebadaf42bf2b /device
parent24897e6b01bec03babf707e5909caf8acddd6fd3 (diff)
downloadchromium_src-6a30b38f3e54e25db749a72d03d7a2e0acdd6119.zip
chromium_src-6a30b38f3e54e25db749a72d03d7a2e0acdd6119.tar.gz
chromium_src-6a30b38f3e54e25db749a72d03d7a2e0acdd6119.tar.bz2
Add missing 'override' to BluetoothRemoteGattDescriptorWin destructor.
BUG=82385 R=scheib@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/1745273005 . Cr-Commit-Position: refs/heads/master@{#378627}
Diffstat (limited to 'device')
-rw-r--r--device/bluetooth/bluetooth_remote_gatt_descriptor_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
index b042b1c..cb6642b 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;