| Index: webkit/glue/form_data_predictions.h
|
| diff --git a/webkit/glue/form_data_predictions.h b/webkit/glue/form_data_predictions.h
|
| index 7661ff949e495924b2a554efa33b9a0519973384..6e92e1382e338c7241b26603823f87b6d2a9be6c 100644
|
| --- a/webkit/glue/form_data_predictions.h
|
| +++ b/webkit/glue/form_data_predictions.h
|
| @@ -10,11 +10,12 @@
|
|
|
| #include "webkit/glue/form_data.h"
|
| #include "webkit/glue/form_field_predictions.h"
|
| +#include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| // Holds information about a form to be filled and/or submitted.
|
| -struct FormDataPredictions {
|
| +struct WEBKIT_GLUE_EXPORT FormDataPredictions {
|
| // Data for this form.
|
| FormData data;
|
| // The form signature for communication with the crowdsourcing server.
|
|
|