| Index: components/autofill/core/browser/android/auxiliary_profiles_android.cc
|
| diff --git a/components/autofill/core/browser/android/auxiliary_profiles_android.cc b/components/autofill/core/browser/android/auxiliary_profiles_android.cc
|
| index 6d0b65b74d835f75d121505dc891248bd9b45927..e215d98d7256176502a64cdc5e1608f9007dd671 100644
|
| --- a/components/autofill/core/browser/android/auxiliary_profiles_android.cc
|
| +++ b/components/autofill/core/browser/android/auxiliary_profiles_android.cc
|
| @@ -45,7 +45,7 @@ base::string16 CollapseAddress(const base::string16& post_office_box,
|
| if (!neighborhood.empty())
|
| accumulator.push_back(neighborhood);
|
|
|
| - return JoinString(accumulator, ASCIIToUTF16(", "));
|
| + return JoinString(accumulator, base::ASCIIToUTF16(", "));
|
| }
|
|
|
| } // namespace
|
|
|