| Index: components/autofill/core/browser/autofill_profile_comparator.h
|
| diff --git a/components/autofill/core/browser/autofill_profile_comparator.h b/components/autofill/core/browser/autofill_profile_comparator.h
|
| index 4b69d184112b18d5d5d46207e00807efd96fcecb..8222c53e5f882821306050a552f5a6ade920e4f6 100644
|
| --- a/components/autofill/core/browser/autofill_profile_comparator.h
|
| +++ b/components/autofill/core/browser/autofill_profile_comparator.h
|
| @@ -215,6 +215,8 @@ class AutofillProfileComparator {
|
| const AutofillProfile& p2,
|
| NameInfo* info) const;
|
|
|
| + const std::string app_locale() const { return app_locale_; }
|
| +
|
| private:
|
| l10n::CaseInsensitiveCompare case_insensitive_compare_;
|
| std::unique_ptr<icu::Transliterator> transliterator_;
|
|
|