#ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_MEDIA_REMOTE_PLAYBACK_CLIENT_WRAPPER_IMPL_H_
#define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_MEDIA_REMOTE_PLAYBACK_CLIENT_WRAPPER_IMPL_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "media/renderers/remote_playback_client_wrapper.h"
#include "third_party/blink/public/platform/web_common.h"
namespace blink {
class WebMediaPlayerClient;
class WebRemotePlaybackClient;
class BLINK_PLATFORM_EXPORT RemotePlaybackClientWrapperImpl
: public media::RemotePlaybackClientWrapper { … };
}
#endif