Index: components/autofill/core/browser/autofill_profile.cc |
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc |
index 7012a9b1eb8b06fe745a9996e59117a2d9c7444d..bec11214682f5b63fe05ffd8b2d4c47dd3fd7618 100644 |
--- a/components/autofill/core/browser/autofill_profile.cc |
+++ b/components/autofill/core/browser/autofill_profile.cc |
@@ -328,7 +328,7 @@ base::string16 AutofillProfile::GetInfo(const AutofillType& type, |
std::vector<std::string> lines; |
::i18n::addressinput::GetFormattedNationalAddress(*address_data, &lines); |
- return base::UTF8ToUTF16(JoinString(lines, '\n')); |
+ return base::UTF8ToUTF16(base::JoinString(lines, "\n")); |
} |
const FormGroup* form_group = FormGroupForType(type); |