#include "third_party/blink/renderer/core/html/media/media_source_attachment.h"
#include "third_party/blink/renderer/core/html/media/media_source_registry.h"
#include "third_party/blink/renderer/platform/wtf/wtf.h"
namespace blink {
URLRegistry* MediaSourceAttachment::registry_ = …;
void MediaSourceAttachment::SetRegistry(MediaSourceRegistry* registry) { … }
scoped_refptr<MediaSourceAttachment> MediaSourceAttachment::LookupMediaSource(
const String& url) { … }
MediaSourceAttachment::MediaSourceAttachment() = default;
MediaSourceAttachment::~MediaSourceAttachment() = default;
}