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

Unified Diff: webkit/glue/form_field_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_field.h ('k') | webkit/glue/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « webkit/glue/form_field.h ('k') | webkit/glue/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698