| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index ea71aa7696000e71cb53d0a88ec6fa02c652dbf2..8c7151c567dddc25dd841f019ec35e35bd4217ee 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -20,7 +20,6 @@
|
| #include "gpu/command_buffer/common/sync_token.h"
|
| #include "gpu/ipc/common/gpu_param_traits_macros.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| -#include "ipc/ipc_features.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
| @@ -92,7 +91,7 @@
|
| // process that it's safe to shutdown.
|
| IPC_MESSAGE_CONTROL0(ChildProcessMsg_Shutdown)
|
|
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#if defined(IPC_MESSAGE_LOG_ENABLED)
|
| // Tell the child process to begin or end IPC message logging.
|
| IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIPCLoggingEnabled,
|
| bool /* on or off */)
|
|
|