summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h')
-rw-r--r--chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
index 6e8dbbe..e9099b9 100644
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
@@ -26,10 +26,10 @@ class CHROMEOS_EXPORT FakeBluetoothGattDescriptorServiceProvider
const std::string& uuid,
const std::vector<std::string>& permissions,
const dbus::ObjectPath& characteristic_path);
- virtual ~FakeBluetoothGattDescriptorServiceProvider();
+ ~FakeBluetoothGattDescriptorServiceProvider() override;
// BluetoothGattDescriptorServiceProvider override.
- virtual void SendValueChanged(const std::vector<uint8>& value) override;
+ void SendValueChanged(const std::vector<uint8>& value) override;
// Methods to simulate value get/set requests issued from a remote device. The
// methods do nothing, if the associated service was not registered with the