#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_REMOTEPLAYBACK_HTML_MEDIA_ELEMENT_REMOTE_PLAYBACK_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_REMOTEPLAYBACK_HTML_MEDIA_ELEMENT_REMOTE_PLAYBACK_H_
#include "third_party/blink/renderer/core/html/media/html_media_element.h"
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/supplementable.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
namespace blink {
class HTMLMediaElement;
class QualifiedName;
class RemotePlayback;
class MODULES_EXPORT HTMLMediaElementRemotePlayback final { … };
}
#endif