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

Unified Diff: components/autofill/core/browser/autofill_data_util.cc

Issue 2956513002: [Autofill] Adding a prefix to the list of family names. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_data_util.cc
diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc
index 0c06eed93bfad6586d95d0aaf37e717dac0bd8d2..784409dd0864dc2ca493c6adb4a64f5f907ce5a3 100644
--- a/components/autofill/core/browser/autofill_data_util.cc
+++ b/components/autofill/core/browser/autofill_data_util.cc
@@ -58,9 +58,9 @@ const char* const name_suffixes[] = {"b.a", "ba", "d.d.s", "dds", "i", "ii",
"ma", "md", "ms", "ph.d", "phd", "sr",
"v", "vi", "vii", "viii", "x"};
-const char* const family_name_prefixes[] = {"d'", "de", "del", "der", "di",
- "la", "le", "mc", "san", "st",
- "ter", "van", "von"};
+const char* const family_name_prefixes[] = {"d'", "de", "del", "den", "der",
+ "di", "la", "le", "mc", "san",
+ "st", "ter", "van", "von"};
// The common and non-ambiguous CJK surnames (last names) that have more than
// one character.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698