| Index: ipc/ipc_message_utils.h
|
| diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
|
| index dd6755e04a0edf4ebfa3582b9d3559f49e198283..84324ebaf417f5aee89cdfb33b60d513ac19c7c5 100644
|
| --- a/ipc/ipc_message_utils.h
|
| +++ b/ipc/ipc_message_utils.h
|
| @@ -1160,7 +1160,7 @@ IPC_EXPORT void GenerateLogData(const Message& message,
|
| LogData* data,
|
| bool get_params);
|
|
|
| -#if defined(IPC_MESSAGE_LOG_ENABLED)
|
| +#if BUILDFLAG(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())
|
|
|