Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: device/nfc/nfc_tag_technology.h

Issue 628873002: replace OVERRIDE and FINAL with override and final in device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/nfc/nfc_tag_chromeos.h ('k') | device/nfc/nfc_tag_technology_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/nfc/nfc_tag_chromeos.h ('k') | device/nfc/nfc_tag_technology_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698