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

Unified Diff: components/autofill/core/browser/credit_card_field.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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 | « components/autofill/core/browser/credit_card.h ('k') | components/autofill/core/browser/email_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/credit_card_field.h
diff --git a/components/autofill/core/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h
index 9260446fec03e4170391232eb91865b84866f540..ec67b5229dac7672f33c3493c287c62ba69999f6 100644
--- a/components/autofill/core/browser/credit_card_field.h
+++ b/components/autofill/core/browser/credit_card_field.h
@@ -25,7 +25,7 @@ class CreditCardField : public FormField {
protected:
// FormField:
- virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
+ virtual bool ClassifyField(ServerFieldTypeMap* map) const override;
private:
friend class CreditCardFieldTest;
« no previous file with comments | « components/autofill/core/browser/credit_card.h ('k') | components/autofill/core/browser/email_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698