diff options
author | ruuda <ruuda@google.com> | 2015-08-17 10:01:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-17 17:02:36 +0000 |
commit | da965e85fdb2008392c3d313a04a67f8e794ddad (patch) | |
tree | aec2abe12b7bc34bb0f85d1e9258eb0a2b79521e /components/tracing/tracing_messages.h | |
parent | 64202083a339fc6bd939fd75210cc29ac3aeda9c (diff) | |
download | chromium_src-da965e85fdb2008392c3d313a04a67f8e794ddad.zip chromium_src-da965e85fdb2008392c3d313a04a67f8e794ddad.tar.gz chromium_src-da965e85fdb2008392c3d313a04a67f8e794ddad.tar.bz2 |
Convert components/tracing from static lib to component
This is a prerequisite for https://crrev.com/1292583002.
BUG=518823
Review URL: https://codereview.chromium.org/1298683002
Cr-Commit-Position: refs/heads/master@{#343700}
Diffstat (limited to 'components/tracing/tracing_messages.h')
-rw-r--r-- | components/tracing/tracing_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h index 7b24442..b14254e 100644 --- a/components/tracing/tracing_messages.h +++ b/components/tracing/tracing_messages.h @@ -11,11 +11,14 @@ #include "base/sync_socket.h" #include "base/trace_event/memory_dump_request_args.h" #include "base/trace_event/trace_event_impl.h" +#include "components/tracing/tracing_export.h" #include "ipc/ipc_channel_handle.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_message_utils.h" #include "ipc/ipc_platform_file.h" +#undef IPC_MESSAGE_EXPORT +#define IPC_MESSAGE_EXPORT TRACING_EXPORT #define IPC_MESSAGE_START TracingMsgStart IPC_STRUCT_TRAITS_BEGIN(base::trace_event::TraceLogStatus) |