Index: components/autofill/core/browser/form_structure.h |
diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h |
index 7a9d915782a981f4f9f432369e1792f497dcdf75..cead91f3b615310fd28f8b11d74af650ef95de92 100644 |
--- a/components/autofill/core/browser/form_structure.h |
+++ b/components/autofill/core/browser/form_structure.h |
@@ -137,11 +137,13 @@ class FormStructure { |
InputFieldComparator; |
// Fills in |fields_| that match |types| (via |matches|) with info from |
- // |get_info|. |
+ // |get_info|. Uses |address_language_code| to determine line separators when |
+ // collapsing street address lines into a single-line input text field. |
bool FillFields( |
const std::vector<ServerFieldType>& types, |
const InputFieldComparator& matches, |
const base::Callback<base::string16(const AutofillType&)>& get_info, |
+ const std::string& address_language_code, |
const std::string& app_locale); |
// Returns the values that can be filled into the form structure for the |