Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: components/autofill/browser/phone_number_i18n.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698