#ifndef MEDIA_MOJO_MOJOM_CONTENT_DECRYPTION_MODULE_MOJOM_TEST_UTILS_H_
#define MEDIA_MOJO_MOJOM_CONTENT_DECRYPTION_MODULE_MOJOM_TEST_UTILS_H_
#include "media/mojo/mojom/content_decryption_module.mojom.h"
namespace media::mojom {
class ContentDecryptionModuleInterceptorForTesting : public ContentDecryptionModule { … };
class ContentDecryptionModuleAsyncWaiter { … };
class ContentDecryptionModuleClientInterceptorForTesting : public ContentDecryptionModuleClient { … };
class ContentDecryptionModuleClientAsyncWaiter { … };
class CdmFactoryInterceptorForTesting : public CdmFactory { … };
class CdmFactoryAsyncWaiter { … };
}
#endif