| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 12c62d69254943409c4619e67308531ae88850fa..5717014dd0e7ac76ae670535d16c93490a955ab8 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -22,7 +22,7 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/child/child_thread.h"
|
| #include "ipc/ipc.mojom.h"
|
| -#include "ipc/ipc_features.h" // For BUILDFLAG(IPC_MESSAGE_LOG_ENABLED).
|
| +#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ipc/message_router.h"
|
| #include "mojo/public/cpp/bindings/associated_binding.h"
|
| @@ -228,7 +228,7 @@
|
| void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
|
| void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
|
| void OnProfilingPhaseCompleted(int profiling_phase);
|
| -#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
|
| +#ifdef IPC_MESSAGE_LOG_ENABLED
|
| void OnSetIPCLoggingEnabled(bool enable);
|
| #endif
|
|
|
|
|