#ifndef EXTENSIONS_RENDERER_IPC_MESSAGE_SENDER_H_
#define EXTENSIONS_RENDERER_IPC_MESSAGE_SENDER_H_
#include <memory>
#include <string>
#include "base/values.h"
#include "extensions/common/extension_id.h"
#include "extensions/common/mojom/frame.mojom-forward.h"
#include "extensions/common/mojom/message_port.mojom-forward.h"
#include "extensions/renderer/bindings/api_binding_types.h"
#include "mojo/public/cpp/bindings/pending_associated_receiver.h"
#include "mojo/public/cpp/bindings/pending_associated_remote.h"
#include "services/accessibility/public/mojom/accessibility_service.mojom.h"
namespace base {
class Uuid;
}
namespace blink {
class WebServiceWorkerContextProxy;
}
namespace extensions {
namespace mojom {
enum class ChannelType;
}
class ScriptContext;
class WorkerThreadDispatcher;
struct MessageTarget;
struct PortId;
class IPCMessageSender { … };
}
#endif