| Index: webkit/glue/form_field_predictions.h
|
| diff --git a/webkit/glue/form_field_predictions.h b/webkit/glue/form_field_predictions.h
|
| index baa8b3fa0fd5ba645061863a903b71dd45f85213..b4cf51dc36f66445590f151b63b230d9f07ac397 100644
|
| --- a/webkit/glue/form_field_predictions.h
|
| +++ b/webkit/glue/form_field_predictions.h
|
| @@ -9,11 +9,12 @@
|
| #include <vector>
|
|
|
| #include "webkit/glue/form_field.h"
|
| +#include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| // Stores information about a field in a form.
|
| -struct FormFieldPredictions {
|
| +struct WEBKIT_GLUE_EXPORT FormFieldPredictions {
|
| FormFieldPredictions();
|
| FormFieldPredictions(const FormFieldPredictions& other);
|
| ~FormFieldPredictions();
|
|
|