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

Unified Diff: components/autofill/common/form_data.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/common/form_data.h
diff --git a/components/autofill/common/form_data.h b/components/autofill/common/form_data.h
index 3a167295de985945f39ac58cb0da2de17cb1a974..73f71e3271bb43c58e264a9cfb15079c54716445 100644
--- a/components/autofill/common/form_data.h
+++ b/components/autofill/common/form_data.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/string16.h"
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/form_field_data.h"
#include "content/public/common/ssl_status.h"
#include "googleurl/src/gurl.h"
@@ -15,7 +16,7 @@
namespace autofill {
// Holds information about a form to be filled and/or submitted.
-struct FormData {
+struct AUTOFILL_EXPORT FormData {
FormData();
FormData(const FormData& data);
~FormData();

Powered by Google App Engine
This is Rietveld 408576698