#ifndef IPC_IPC_LOGGING_H_
#define IPC_IPC_LOGGING_H_
#include "base/task/single_thread_task_runner.h"
#include "ipc/ipc_buildflags.h"
#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
#include <stdint.h>
#include <unordered_map>
#include <vector>
#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/memory/singleton.h"
#include "base/task/single_thread_task_runner.h"
#include "ipc/ipc_message.h"
LogFunction;
LogFunctionMap;
namespace IPC {
class Message;
class Sender;
class COMPONENT_EXPORT(IPC) Logging { … };
}
#endif
#endif