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

Unified Diff: components/autofill/common/form_field_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_field_data_predictions.h
diff --git a/components/autofill/common/form_field_data_predictions.h b/components/autofill/common/form_field_data_predictions.h
index adff09c6ddf32d723e0b2a33e538402b6958d0b7..f85509d6a37787fee97ca5a7b6da95a52a048df4 100644
--- a/components/autofill/common/form_field_data_predictions.h
+++ b/components/autofill/common/form_field_data_predictions.h
@@ -8,12 +8,13 @@
#include <string>
#include <vector>
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/form_field_data.h"
namespace autofill {
// Stores information about a field in a form.
-struct FormFieldDataPredictions {
+struct AUTOFILL_EXPORT FormFieldDataPredictions {
FormFieldDataPredictions();
FormFieldDataPredictions(const FormFieldDataPredictions& other);
~FormFieldDataPredictions();

Powered by Google App Engine
This is Rietveld 408576698