| Index: content/public/common/content_ipc_logging.h
|
| diff --git a/content/public/common/content_ipc_logging.h b/content/public/common/content_ipc_logging.h
|
| index e92d672ad734e723f2a0f4bbb699ae143070364f..4508428a8b390175c392a19f73bc837d51180037 100644
|
| --- a/content/public/common/content_ipc_logging.h
|
| +++ b/content/public/common/content_ipc_logging.h
|
| @@ -4,6 +4,8 @@
|
|
|
| #ifndef CONTENT_PUBLIC_COMMON_CONTENT_IPC_LOGGING_H_
|
| #define CONTENT_PUBLIC_COMMON_CONTENT_IPC_LOGGING_H_
|
| +
|
| +#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
|
|
|
| #include <stdint.h>
|
|
|
| @@ -12,7 +14,7 @@
|
|
|
| namespace content {
|
|
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#if defined(IPC_MESSAGE_LOG_ENABLED)
|
|
|
| // Register a logger for the given IPC message. Use
|
| //
|
|
|