| Index: content/public/browser/browser_ipc_logging.h
|
| diff --git a/content/public/browser/browser_ipc_logging.h b/content/public/browser/browser_ipc_logging.h
|
| index bcbd0b171ad2c38252c3728ff03b5c8f6d861676..f05af129f6b115084ef89c82e304e6a8022bf132 100644
|
| --- a/content/public/browser/browser_ipc_logging.h
|
| +++ b/content/public/browser/browser_ipc_logging.h
|
| @@ -6,11 +6,11 @@
|
| #define CONTENT_PUBLIC_BROWSER_BROWSER_IPC_LOGGING_H_
|
|
|
| #include "content/common/content_export.h"
|
| -#include "ipc/ipc_features.h"
|
| +#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
|
|
|
| namespace content {
|
|
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#if defined(IPC_MESSAGE_LOG_ENABLED)
|
|
|
| // Enable or disable IPC logging for the browser, all processes
|
| // derived from ChildProcess (plugin etc), and all
|
|
|