| Index: ipc/ipc_message_utils.h
|
| diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
|
| index 044c000e90c73b09437d319928a454d77a2a88f5..2d51c984aa0c0fdf005b355c989bfb6774b72bf0 100644
|
| --- a/ipc/ipc_message_utils.h
|
| +++ b/ipc/ipc_message_utils.h
|
| @@ -1100,7 +1100,7 @@
|
| LogData* data,
|
| bool get_params);
|
|
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#if defined(IPC_MESSAGE_LOG_ENABLED)
|
| inline void AddOutputParamsToLog(const Message* msg, std::string* l) {
|
| const std::string& output_params = msg->output_params();
|
| if (!l->empty() && !output_params.empty())
|
|
|