#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_SERIALIZATION_POST_MESSAGE_HELPER_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_SERIALIZATION_POST_MESSAGE_HELPER_H_
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/public/mojom/messaging/user_activation_snapshot.mojom-blink-forward.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
#include "v8/include/v8.h"
namespace blink {
class ExecutionContext;
class ExceptionState;
class PostMessageOptions;
class StructuredSerializeOptions;
class ScriptValue;
class SecurityOrigin;
class SerializedScriptValue;
class Transferables;
class WindowPostMessageOptions;
class CORE_EXPORT PostMessageHelper { … };
}
#endif