summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 00:28:14 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 00:28:14 +0000
commit03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b (patch)
tree4890392665cbbec1941db05fa7b1ed68d9b79c46 /ipc
parent1347570839022dfc6b51ad0580352a7585b21562 (diff)
downloadchromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.zip
chromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.tar.gz
chromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.tar.bz2
Here are more exports needed for content_unittests to link in the component build.
R=jam@chromium.org, darin@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8054037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/param_traits_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/param_traits_macros.h b/ipc/param_traits_macros.h
index df57adf..9b276e0 100644
--- a/ipc/param_traits_macros.h
+++ b/ipc/param_traits_macros.h
@@ -11,7 +11,7 @@
#define IPC_STRUCT_TRAITS_BEGIN(struct_name) \
namespace IPC { \
template <> \
- struct ParamTraits<struct_name> { \
+ struct IPC_MESSAGE_EXPORT ParamTraits<struct_name> { \
typedef struct_name param_type; \
static void Write(Message* m, const param_type& p); \
static bool Read(const Message* m, void** iter, param_type* p); \