summaryrefslogtreecommitdiffstats
path: root/device/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'device/nfc')
-rw-r--r--device/nfc/nfc_tag_technology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/nfc/nfc_tag_technology.h b/device/nfc/nfc_tag_technology.h
index 45b3146..8ada39b 100644
--- a/device/nfc/nfc_tag_technology.h
+++ b/device/nfc/nfc_tag_technology.h
@@ -71,7 +71,7 @@ class NfcNdefTagTechnology : public NfcTagTechnology {
// The ErrorCallback is used by methods to asynchronously report errors.
typedef base::Closure ErrorCallback;
- virtual ~NfcNdefTagTechnology();
+ ~NfcNdefTagTechnology() override;
// Interface for observing changes from NFC tags related to NDEF records.
class Observer {
@@ -93,7 +93,7 @@ class NfcNdefTagTechnology : public NfcTagTechnology {
virtual void RemoveObserver(Observer* observer) = 0;
// NfcTagTechnology override.
- virtual bool IsSupportedByTag() const override;
+ bool IsSupportedByTag() const override;
// Returns all NDEF records that were received from the tag in the form of an
// NDEF message. If the returned NDEF message contains no records, this only