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

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

Powered by Google App Engine
This is Rietveld 408576698