summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc')
-rw-r--r--chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
index ac8373e..8c49459 100644
--- a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
+++ b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
@@ -80,14 +80,14 @@ class BluetoothGattDescriptorServiceProviderImpl
weak_ptr_factory_.GetWeakPtr()));
}
- virtual ~BluetoothGattDescriptorServiceProviderImpl() {
+ ~BluetoothGattDescriptorServiceProviderImpl() override {
VLOG(1) << "Cleaning up Bluetooth GATT characteristic descriptor: "
<< object_path_.value();
bus_->UnregisterExportedObject(object_path_);
}
// BluetoothGattDescriptorServiceProvider override.
- virtual void SendValueChanged(const std::vector<uint8>& value) override {
+ void SendValueChanged(const std::vector<uint8>& value) override {
VLOG(2) << "Emitting a PropertiesChanged signal for descriptor value.";
dbus::Signal signal(
dbus::kDBusPropertiesInterface,