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

Unified Diff: webkit/glue/glue_serialize.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/gl_bindings_skia_cmd_buffer.h ('k') | webkit/glue/idb_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/glue_serialize.h
diff --git a/webkit/glue/glue_serialize.h b/webkit/glue/glue_serialize.h
index 9099941220cf8a9fbaff885a6e398f20744f2a95..6e4c575688f9516679f4f5450eb27437792a2dae 100644
--- a/webkit/glue/glue_serialize.h
+++ b/webkit/glue/glue_serialize.h
@@ -12,18 +12,21 @@
#include <string>
#include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
// HistoryItem serialization.
-std::string HistoryItemToString(const WebKit::WebHistoryItem& item);
-WebKit::WebHistoryItem HistoryItemFromString(
+WEBKIT_GLUE_EXPORT std::string HistoryItemToString(
+ const WebKit::WebHistoryItem& item);
+WEBKIT_GLUE_EXPORT WebKit::WebHistoryItem HistoryItemFromString(
const std::string& serialized_item);
// For testing purposes only.
-void HistoryItemToVersionedString(const WebKit::WebHistoryItem& item,
- int version,
- std::string* serialized_item);
+WEBKIT_GLUE_EXPORT void HistoryItemToVersionedString(
+ const WebKit::WebHistoryItem& item,
+ int version,
+ std::string* serialized_item);
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/gl_bindings_skia_cmd_buffer.h ('k') | webkit/glue/idb_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698