From 7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Mon, 15 Aug 2011 20:41:46 +0000 Subject: Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96820 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_sync_channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipc/ipc_sync_channel.h') diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h index e2d4c82..29844da 100644 --- a/ipc/ipc_sync_channel.h +++ b/ipc/ipc_sync_channel.h @@ -60,8 +60,8 @@ class MessageReplyDeserializer; // is more than this object. If the message loop goes away while this object // is running and it's used to send a message, then it will use the invalid // message loop pointer to proxy it to the ipc thread. -class SyncChannel : public ChannelProxy, - public base::WaitableEventWatcher::Delegate { +class IPC_EXPORT SyncChannel : public ChannelProxy, + public base::WaitableEventWatcher::Delegate { public: SyncChannel(const IPC::ChannelHandle& channel_handle, Channel::Mode mode, -- cgit v1.1