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 a7728324f4fb53f6390eab061db7f8b61daa2579..16e917439a7b027099c65e01e6d2a4da7058e487 100644 |
--- a/components/autofill/core/browser/autofill_profile.cc |
+++ b/components/autofill/core/browser/autofill_profile.cc |
@@ -682,7 +682,7 @@ base::string16 AutofillProfile::ConstructInferredLabel( |
} |
// Flatten the label if need be. |
- const char16 kNewline[] = { '\n', 0 }; |
+ const base::char16 kNewline[] = { '\n', 0 }; |
const base::string16 newline_separator = |
l10n_util::GetStringUTF16(IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR); |
base::ReplaceChars(label, kNewline, newline_separator, &label); |