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