summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_manager_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/nfc_manager_client.h')
-rw-r--r--chromeos/dbus/nfc_manager_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/nfc_manager_client.h b/chromeos/dbus/nfc_manager_client.h
index db2215f..7e62070 100644
--- a/chromeos/dbus/nfc_manager_client.h
+++ b/chromeos/dbus/nfc_manager_client.h
@@ -26,7 +26,7 @@ class CHROMEOS_EXPORT NfcManagerClient : public DBusClient {
Properties(dbus::ObjectProxy* object_proxy,
const PropertyChangedCallback& callback);
- virtual ~Properties();
+ ~Properties() override;
};
// Interface for observing changes to the NFC manager. Use this interface
@@ -51,7 +51,7 @@ class CHROMEOS_EXPORT NfcManagerClient : public DBusClient {
virtual void ManagerPropertyChanged(const std::string& property_name) {}
};
- virtual ~NfcManagerClient();
+ ~NfcManagerClient() override;
// Adds and removes observers for events on the NFC manager.
virtual void AddObserver(Observer* observer) = 0;