#ifndef MEDIA_MOJO_SERVICES_MOJO_CDM_SERVICE_CONTEXT_H_
#define MEDIA_MOJO_SERVICES_MOJO_CDM_SERVICE_CONTEXT_H_
#include <stdint.h>
#include <map>
#include <memory>
#include "base/synchronization/lock.h"
#include "base/thread_annotations.h"
#include "base/unguessable_token.h"
#include "build/chromeos_buildflags.h"
#include "media/media_buildflags.h"
#include "media/mojo/services/media_mojo_export.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "chromeos/components/cdm_factory_daemon/remote_cdm_context.h"
#endif
namespace media {
class CdmContextRef;
class MojoCdmService;
class MEDIA_MOJO_EXPORT MojoCdmServiceContext { … };
}
#endif