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..fa1ab454fd1f7e52bd42e634d25d524b982e73a0 100644 |
--- a/components/autofill/core/common/autofill_constants.cc |
+++ b/components/autofill/core/common/autofill_constants.cc |
@@ -15,6 +15,7 @@ const char kHelpURL[] = |
"https://support.google.com/chrome/?p=settings_autofill"; |
#endif |
-const size_t kRequiredAutofillFields = 3; |
+const size_t kRequiredFieldsForPredictionRoutines = 3; |
+const size_t kRequiredFieldsForUpload = 3; |
} // namespace autofill |