| Index: components/autofill/browser/form_group.h
|
| diff --git a/components/autofill/browser/form_group.h b/components/autofill/browser/form_group.h
|
| index 9450758cb1fc41d589f44d83859e96fa58249c74..3bb43d63fd3f435b296a1ba1516d86f1c4bdb8cb 100644
|
| --- a/components/autofill/browser/form_group.h
|
| +++ b/components/autofill/browser/form_group.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/string16.h"
|
| #include "base/string_util.h"
|
| #include "components/autofill/browser/field_types.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -20,7 +21,7 @@ struct FormFieldData;
|
| // This class is an interface for collections of form fields, grouped by type.
|
| // The information in objects of this class is managed by the
|
| // PersonalDataManager.
|
| -class FormGroup {
|
| +class AUTOFILL_EXPORT FormGroup {
|
| public:
|
| virtual ~FormGroup() {}
|
|
|
|
|