| Index: device/nfc/nfc_tag_technology.h
|
| diff --git a/device/nfc/nfc_tag_technology.h b/device/nfc/nfc_tag_technology.h
|
| index 35def12d8ef6d4ea5de7a8a0d34c6c1b5e8af143..45b314676a0dc1984bad7e17668b181ec8a01c6b 100644
|
| --- a/device/nfc/nfc_tag_technology.h
|
| +++ b/device/nfc/nfc_tag_technology.h
|
| @@ -93,7 +93,7 @@ class NfcNdefTagTechnology : public NfcTagTechnology {
|
| virtual void RemoveObserver(Observer* observer) = 0;
|
|
|
| // NfcTagTechnology override.
|
| - virtual bool IsSupportedByTag() const OVERRIDE;
|
| + virtual 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
|
|
|