Index: webkit/glue/webcookie.h |
diff --git a/webkit/glue/webcookie.h b/webkit/glue/webcookie.h |
index 11411d8ade0007fd303de18d464381643b7f3ae0..b32d0a29d6a227a8b7a27fb1967bd21dd34527cc 100644 |
--- a/webkit/glue/webcookie.h |
+++ b/webkit/glue/webcookie.h |
@@ -10,10 +10,11 @@ |
#define WEBKIT_GLUE_WEBCOOKIE_H_ |
#include "net/base/cookie_monster.h" |
+#include "webkit/glue/webkit_glue_export.h" |
namespace webkit_glue { |
-struct WebCookie { |
+struct WEBKIT_GLUE_EXPORT WebCookie { |
WebCookie(); |
explicit WebCookie(const net::CookieMonster::CanonicalCookie& c); |
WebCookie(const std::string& name, const std::string& value, |