#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIASOURCE_MEDIA_SOURCE_HANDLE_TRANSFER_LIST_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIASOURCE_MEDIA_SOURCE_HANDLE_TRANSFER_LIST_H_
#include "third_party/blink/renderer/bindings/core/v8/serialization/transferables.h"
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_vector.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
class ExceptionState;
class MediaSourceHandleImpl;
class MODULES_EXPORT MediaSourceHandleTransferList
: public GarbageCollected<MediaSourceHandleTransferList>,
public Transferables::TransferList { … };
}
#endif