diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
commit | 7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b (patch) | |
tree | 1a75b53cdf901b6a560bcf5ddbe84ec7a3e8c9c0 /ipc/ipc_sync_channel.h | |
parent | edd685f15dfd2841aaeddab567aea0623db1ae69 (diff) | |
download | chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.zip chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.gz chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.bz2 |
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
Diffstat (limited to 'ipc/ipc_sync_channel.h')
-rw-r--r-- | ipc/ipc_sync_channel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |