summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_gatt_characteristic_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/bluetooth_gatt_characteristic_client.h')
-rw-r--r--chromeos/dbus/bluetooth_gatt_characteristic_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_client.h b/chromeos/dbus/bluetooth_gatt_characteristic_client.h
index ab5fd70..651bd18 100644
--- a/chromeos/dbus/bluetooth_gatt_characteristic_client.h
+++ b/chromeos/dbus/bluetooth_gatt_characteristic_client.h
@@ -45,7 +45,7 @@ class CHROMEOS_EXPORT BluetoothGattCharacteristicClient : public DBusClient {
Properties(dbus::ObjectProxy* object_proxy,
const std::string& interface_name,
const PropertyChangedCallback& callback);
- virtual ~Properties();
+ ~Properties() override;
};
// Interface for observing changes from a remote GATT characteristic.
@@ -81,7 +81,7 @@ class CHROMEOS_EXPORT BluetoothGattCharacteristicClient : public DBusClient {
const std::string& error_message)> ErrorCallback;
typedef base::Callback<void(const std::vector<uint8>& value)> ValueCallback;
- virtual ~BluetoothGattCharacteristicClient();
+ ~BluetoothGattCharacteristicClient() override;
// Adds and removes observers for events on all remote GATT characteristics.
// Check the |object_path| parameter of observer methods to determine which