| 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|.
|
|
|