#ifndef MEDIA_MOJO_SERVICES_STABLE_VIDEO_DECODER_FACTORY_PROCESS_SERVICE_H_
#define MEDIA_MOJO_SERVICES_STABLE_VIDEO_DECODER_FACTORY_PROCESS_SERVICE_H_
#include "media/mojo/mojom/stable/stable_video_decoder.mojom.h"
#include "base/sequence_checker.h"
#include "media/mojo/services/media_mojo_export.h"
#include "media/mojo/services/stable_video_decoder_factory_service.h"
#include "mojo/public/cpp/bindings/receiver.h"
namespace media {
class MEDIA_MOJO_EXPORT StableVideoDecoderFactoryProcessService final
: public stable::mojom::StableVideoDecoderFactoryProcess { … };
}
#endif