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

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

Issue 666133002: Standardize usage of virtual/override/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 ec67b5229dac7672f33c3493c287c62ba69999f6..2b4dcbfe890739fdfde6f8ba90bb8703b93a7137 100644
--- a/components/autofill/core/browser/credit_card_field.h
+++ b/components/autofill/core/browser/credit_card_field.h
@@ -20,12 +20,12 @@ class AutofillScanner;
class CreditCardField : public FormField {
public:
- virtual ~CreditCardField();
+ ~CreditCardField() override;
static FormField* Parse(AutofillScanner* scanner);
protected:
// FormField:
- virtual bool ClassifyField(ServerFieldTypeMap* map) const override;
+ 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