#ifndef IPC_IPC_SYNC_MESSAGE_H_
#define IPC_IPC_SYNC_MESSAGE_H_
#include <stdint.h>
#include <memory>
#include "build/build_config.h"
#if BUILDFLAG(IS_WIN)
#include "base/win/windows_types.h"
#endif
#include <memory>
#include <string>
#include "build/build_config.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_message_support_export.h"
namespace base {
class WaitableEvent;
}
namespace IPC {
class MessageReplyDeserializer;
class IPC_MESSAGE_SUPPORT_EXPORT SyncMessage : public Message { … };
class IPC_MESSAGE_SUPPORT_EXPORT MessageReplyDeserializer { … };
struct IPC_MESSAGE_SUPPORT_EXPORT PendingSyncMsg { … };
}
#endif