Index: components/autofill/browser/phone_number_i18n.h |
=================================================================== |
--- components/autofill/browser/phone_number_i18n.h (revision 192613) |
+++ components/autofill/browser/phone_number_i18n.h (working copy) |
@@ -59,12 +59,14 @@ |
// the given |region|. |
bool PhoneNumbersMatch(const string16& number_a, |
const string16& number_b, |
- const std::string& region); |
+ const std::string& region, |
+ const std::string& app_locale); |
// The cached phone number, does parsing only once, improves performance. |
class PhoneObject { |
public: |
- PhoneObject(const string16& number, const std::string& region); |
+ PhoneObject(const string16& number, |
+ const std::string& region); |
PhoneObject(const PhoneObject&); |
PhoneObject(); |
~PhoneObject(); |