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

Unified Diff: components/autofill/browser/form_group.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/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() {}

Powered by Google App Engine
This is Rietveld 408576698