| Index: components/autofill/core/browser/autofill_profile_comparator.cc
|
| diff --git a/components/autofill/core/browser/autofill_profile_comparator.cc b/components/autofill/core/browser/autofill_profile_comparator.cc
|
| index c3e8709549b5c35931ddfb481c676167c9812f76..67260913f66bfa4934383320ea8f26f01849a027 100644
|
| --- a/components/autofill/core/browser/autofill_profile_comparator.cc
|
| +++ b/components/autofill/core/browser/autofill_profile_comparator.cc
|
| @@ -33,6 +33,8 @@ bool ContainsNewline(base::StringPiece16 text) {
|
| return text.find('\n') != base::StringPiece16::npos;
|
| }
|
|
|
| +} // namespace
|
| +
|
| std::ostream& operator<<(std::ostream& os,
|
| const ::i18n::phonenumbers::PhoneNumber& n) {
|
| os << "country_code: " << n.country_code() << " "
|
| @@ -48,8 +50,6 @@ std::ostream& operator<<(std::ostream& os,
|
| return os;
|
| }
|
|
|
| -} // namespace
|
| -
|
| AutofillProfileComparator::AutofillProfileComparator(
|
| const base::StringPiece& app_locale)
|
| : app_locale_(app_locale.data(), app_locale.size()) {
|
|
|