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

Unified Diff: webkit/glue/form_data_predictions.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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
« no previous file with comments | « webkit/glue/form_data.h ('k') | webkit/glue/form_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webkit/glue/form_data.h ('k') | webkit/glue/form_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698