| Index: ipc/ipc_channel_nacl.cc
|
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
|
| index b95f8cb5453f74ce55df035e2e6a1d3e9c4e612b..17b680ed37afcd973c331079bd6ea927ff213985 100644
|
| --- a/ipc/ipc_channel_nacl.cc
|
| +++ b/ipc/ipc_channel_nacl.cc
|
| @@ -199,9 +199,9 @@
|
| << " with type " << message->type();
|
| std::unique_ptr<Message> message_ptr(message);
|
|
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#ifdef IPC_MESSAGE_LOG_ENABLED
|
| Logging::GetInstance()->OnSendMessage(message_ptr.get());
|
| -#endif // BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#endif // IPC_MESSAGE_LOG_ENABLED
|
|
|
| TRACE_EVENT_WITH_FLOW0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"),
|
| "ChannelNacl::Send",
|
|
|