summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_record_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/nfc_record_client.h')
-rw-r--r--chromeos/dbus/nfc_record_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/nfc_record_client.h b/chromeos/dbus/nfc_record_client.h
index 37a277e..783258b 100644
--- a/chromeos/dbus/nfc_record_client.h
+++ b/chromeos/dbus/nfc_record_client.h
@@ -71,7 +71,7 @@ class CHROMEOS_EXPORT NfcRecordClient : public DBusClient {
Properties(dbus::ObjectProxy* object_proxy,
const PropertyChangedCallback& callback);
- virtual ~Properties();
+ ~Properties() override;
};
// Interface for observing changes from a remote NFC NDEF record.
@@ -103,7 +103,7 @@ class CHROMEOS_EXPORT NfcRecordClient : public DBusClient {
const dbus::ObjectPath& object_path) {}
};
- virtual ~NfcRecordClient();
+ ~NfcRecordClient() override;
// Adds and removes observers for events on all remote NFC records. Check the
// |object_path| parameter of observer methods to determine which record is