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

Unified Diff: webkit/glue/form_data.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/dom_operations.h ('k') | webkit/glue/form_data_predictions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/form_data.h
diff --git a/webkit/glue/form_data.h b/webkit/glue/form_data.h
index 288e734964982dc9dd8db2bd141febb6cb0742c4..ee0f527f2fc860e2c002f62fbf748df2aef3020f 100644
--- a/webkit/glue/form_data.h
+++ b/webkit/glue/form_data.h
@@ -10,11 +10,12 @@
#include "base/string16.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/form_field.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
// Holds information about a form to be filled and/or submitted.
-struct FormData {
+struct WEBKIT_GLUE_EXPORT FormData {
// The name of the form.
string16 name;
// GET or POST.
« no previous file with comments | « webkit/glue/dom_operations.h ('k') | webkit/glue/form_data_predictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698