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

Unified Diff: webkit/glue/p2p_transport.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/npruntime_util.h ('k') | webkit/glue/password_form.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/p2p_transport.h
diff --git a/webkit/glue/p2p_transport.h b/webkit/glue/p2p_transport.h
index b60101a4a2bab3cd8e495886ef18c2a8f0e0e56f..cd24f460d4542f73d48a4d8761eb75ec9758babd 100644
--- a/webkit/glue/p2p_transport.h
+++ b/webkit/glue/p2p_transport.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace net {
class Socket;
@@ -50,7 +51,7 @@ class P2PTransport {
virtual void OnError(int error) = 0;
};
- struct Config {
+ struct WEBKIT_GLUE_EXPORT Config {
Config();
~Config();
« no previous file with comments | « webkit/glue/npruntime_util.h ('k') | webkit/glue/password_form.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698