Chromium Code Reviews| Index: ipc/ipc_sync_channel.cc |
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc |
| index c8373fcbb576e9cb2f433002a12af62b607c8797..6852399bdfa4d8acdaba6bd7e766e715df085947 100644 |
| --- a/ipc/ipc_sync_channel.cc |
| +++ b/ipc/ipc_sync_channel.cc |
| @@ -552,7 +552,7 @@ |
| } |
| bool SyncChannel::Send(Message* message) { |
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED) |
| +#ifdef IPC_MESSAGE_LOG_ENABLED |
| std::string name; |
| Logging::GetInstance()->GetMessageText( |
| message->type(), &name, message, nullptr); |