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

Unified Diff: components/autofill/common/form_data_predictions.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_predictions.h
diff --git a/components/autofill/common/form_data_predictions.h b/components/autofill/common/form_data_predictions.h
index 3e4c5bb79c783e9f9810847dc651aef182a8648b..bd1d75fb3fcac6155387d06c5020d12f3f2def10 100644
--- a/components/autofill/common/form_data_predictions.h
+++ b/components/autofill/common/form_data_predictions.h
@@ -8,13 +8,14 @@
#include <string>
#include <vector>
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/form_data.h"
#include "components/autofill/common/form_field_data_predictions.h"
namespace autofill {
// Holds information about a form to be filled and/or submitted.
-struct FormDataPredictions {
+struct AUTOFILL_EXPORT FormDataPredictions {
// Data for this form.
FormData data;
// The form signature for communication with the crowdsourcing server.

Powered by Google App Engine
This is Rietveld 408576698