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

Unified Diff: content/renderer/p2p/ipc_socket_factory.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months 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
Index: content/renderer/p2p/ipc_socket_factory.h
diff --git a/content/renderer/p2p/ipc_socket_factory.h b/content/renderer/p2p/ipc_socket_factory.h
index 035e1785ca48e25bdb22b568bdaf06fa4c016219..9c20fbbddcafcf0a2ba1ae038321b418a6012f8d 100644
--- a/content/renderer/p2p/ipc_socket_factory.h
+++ b/content/renderer/p2p/ipc_socket_factory.h
@@ -6,6 +6,7 @@
#define CONTENT_RENDERER_P2P_IPC_SOCKET_FACTORY_H_
#include "base/basictypes.h"
+#include "content/common/content_export.h"
#include "third_party/libjingle/source/talk/base/packetsocketfactory.h"
namespace content {
@@ -20,7 +21,8 @@ class P2PSocketDispatcher;
// created on.
class IpcPacketSocketFactory : public talk_base::PacketSocketFactory {
public:
- explicit IpcPacketSocketFactory(P2PSocketDispatcher* socket_dispatcher);
+ CONTENT_EXPORT explicit IpcPacketSocketFactory(
+ P2PSocketDispatcher* socket_dispatcher);
virtual ~IpcPacketSocketFactory();
virtual talk_base::AsyncPacketSocket* CreateUdpSocket(

Powered by Google App Engine
This is Rietveld 408576698