#ifndef MEDIA_MOJO_SERVICES_CDM_SERVICE_BROKER_H_
#define MEDIA_MOJO_SERVICES_CDM_SERVICE_BROKER_H_
#include <memory>
#include "build/build_config.h"
#include "media/mojo/mojom/cdm_service.mojom.h"
#include "media/mojo/services/cdm_service.h"
#include "media/mojo/services/media_mojo_export.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver.h"
namespace media {
class MEDIA_MOJO_EXPORT CdmServiceBroker final
: public mojom::CdmServiceBroker { … };
}
#endif