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

Unified Diff: components/autofill/browser/form_structure.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_structure.h
diff --git a/components/autofill/browser/form_structure.h b/components/autofill/browser/form_structure.h
index 3c4541fd76f98aa1f58adaad1112e8304feae902..a1b14e0c1123f60dbe6322924dd24c02e99da814 100644
--- a/components/autofill/browser/form_structure.h
+++ b/components/autofill/browser/form_structure.h
@@ -14,6 +14,7 @@
#include "components/autofill/browser/autofill_field.h"
#include "components/autofill/browser/autofill_type.h"
#include "components/autofill/browser/field_types.h"
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/web_element_descriptor.h"
#include "googleurl/src/gurl.h"
@@ -46,7 +47,7 @@ struct FormDataPredictions;
// FormStructure stores a single HTML form together with the values entered
// in the fields along with additional information needed by Autofill.
-class FormStructure {
+class AUTOFILL_EXPORT FormStructure {
public:
FormStructure(const FormData& form,
const std::string& autocheckout_url_prefix);

Powered by Google App Engine
This is Rietveld 408576698