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

Unified Diff: components/autofill/core/browser/address_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
Index: components/autofill/core/browser/address_field.h
diff --git a/components/autofill/core/browser/address_field.h b/components/autofill/core/browser/address_field.h
index 1543aaa57a0036d92348761bcbebabf263830e24..b3327195b91b0b755c52f7bf579a7a411bbc5ea8 100644
--- a/components/autofill/core/browser/address_field.h
+++ b/components/autofill/core/browser/address_field.h
@@ -25,7 +25,7 @@ class AddressField : public FormField {
protected:
// FormField:
- virtual bool ClassifyField(ServerFieldTypeMap* map) const override;
+ bool ClassifyField(ServerFieldTypeMap* map) const override;
private:
FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseOneLineAddress);
« no previous file with comments | « components/autofill/core/browser/address.h ('k') | components/autofill/core/browser/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698