| Index: components/autofill/browser/phone_number_i18n.h
|
| diff --git a/components/autofill/browser/phone_number_i18n.h b/components/autofill/browser/phone_number_i18n.h
|
| index b6b68a6289a53b9f74dbe83cb3248ac126f68a37..b106bca43f5af3f0cca5ba905ab862495dfb9e6c 100644
|
| --- a/components/autofill/browser/phone_number_i18n.h
|
| +++ b/components/autofill/browser/phone_number_i18n.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string16.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace i18n {
|
| namespace phonenumbers {
|
| @@ -59,10 +60,10 @@ bool ConstructPhoneNumber(const base::string16& country_code,
|
|
|
| // Returns true if |number_a| and |number_b| parse to the same phone number in
|
| // the given |region|.
|
| -bool PhoneNumbersMatch(const base::string16& number_a,
|
| - const base::string16& number_b,
|
| - const std::string& region,
|
| - const std::string& app_locale);
|
| +bool AUTOFILL_EXPORT PhoneNumbersMatch(const base::string16& number_a,
|
| + const base::string16& number_b,
|
| + const std::string& region,
|
| + const std::string& app_locale);
|
|
|
| // The cached phone number, does parsing only once, improves performance.
|
| class PhoneObject {
|
|
|