Chromium Code Reviews| Index: ipc/ipc_sync_channel.cc |
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc |
| index ccfd8ee8787e0720941bf2d6abbdc7a2bb58fa96..0d61e08ce945b01e27fd3005b138c1bfbc5c7eee 100644 |
| --- a/ipc/ipc_sync_channel.cc |
| +++ b/ipc/ipc_sync_channel.cc |
| @@ -578,7 +578,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); |