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

Unified Diff: components/autofill/browser/autofill_country.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/autofill_country.h
diff --git a/components/autofill/browser/autofill_country.h b/components/autofill/browser/autofill_country.h
index ea65911fd35bcbcf30bf1fc6d758d0a9c340f8af..d20f6a88b3a91555fcfa37efd333fa5e02a3b0c7 100644
--- a/components/autofill/browser/autofill_country.h
+++ b/components/autofill/browser/autofill_country.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
+#include "components/autofill/common/autofill_export.h"
namespace autofill {
@@ -40,7 +41,7 @@ enum AddressRequiredFields {
// Stores data associated with a country. Strings are localized to the app
// locale.
-class AutofillCountry {
+class AUTOFILL_EXPORT AutofillCountry {
public:
// Returns country data corresponding to the two-letter ISO code
// |country_code|.

Powered by Google App Engine
This is Rietveld 408576698