summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/form_processing/name_processing_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/form_processing/name_processing_util.h')
-rw-r--r--chromium/components/autofill/core/browser/form_processing/name_processing_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/autofill/core/browser/form_processing/name_processing_util.h b/chromium/components/autofill/core/browser/form_processing/name_processing_util.h
index 9500b42796a..41cd63f714f 100644
--- a/chromium/components/autofill/core/browser/form_processing/name_processing_util.h
+++ b/chromium/components/autofill/core/browser/form_processing/name_processing_util.h
@@ -56,7 +56,7 @@ RemoveCommonPrefixForNamesWithMinimalLengthIfPossible(
// Beware, this function works on string pieces and therefore, it should not be
// called with temporary objects. Also, the underlying strings should not be
// modified before the last usage of the result.
-std::vector<base::string16> GetParseableNames(
+std::vector<std::u16string> GetParseableNames(
const std::vector<base::StringPiece16>& field_names);
} // namespace autofill