Index: components/autofill/core/common/autofill_constants.cc |
diff --git a/components/autofill/core/common/autofill_constants.cc b/components/autofill/core/common/autofill_constants.cc |
index 875d00ecb24ee663f2aa5262008944946f45f61d..2daa02194e1ef0b5187eac784c6e91538f4d411b 100644 |
--- a/components/autofill/core/common/autofill_constants.cc |
+++ b/components/autofill/core/common/autofill_constants.cc |
@@ -15,6 +15,6 @@ const char kHelpURL[] = |
"https://support.google.com/chrome/?p=settings_autofill"; |
#endif |
-const size_t kRequiredAutofillFields = 3; |
+const size_t kRequiredFieldsForPredictionRoutines = 3; |
} // namespace autofill |