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

Unified Diff: webkit/glue/form_field.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_predictions.h ('k') | webkit/glue/form_field_predictions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/form_field.h
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
index 58a8653bba678eaed55aec3bcbcf98220df19878..a8480cd686ce129cf0ac72a5b6bf53c1c8826450 100644
--- a/webkit/glue/form_field.h
+++ b/webkit/glue/form_field.h
@@ -9,11 +9,12 @@
#include "base/string16.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
// Stores information about a field in a form.
-struct FormField {
+struct WEBKIT_GLUE_EXPORT FormField {
FormField();
virtual ~FormField();
@@ -41,7 +42,8 @@ struct FormField {
};
// So we can compare FormFields with EXPECT_EQ().
-std::ostream& operator<<(std::ostream& os, const FormField& field);
+WEBKIT_GLUE_EXPORT std::ostream& operator<<(std::ostream& os,
+ const FormField& field);
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/form_data_predictions.h ('k') | webkit/glue/form_field_predictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698