#ifndef COMPONENTS_MIRRORING_MOJOM_RESOURCE_PROVIDER_MOJOM_TEST_UTILS_H_
#define COMPONENTS_MIRRORING_MOJOM_RESOURCE_PROVIDER_MOJOM_TEST_UTILS_H_
#include "components/mirroring/mojom/resource_provider.mojom.h"
namespace mirroring::mojom {
class AudioStreamCreatorClientInterceptorForTesting : public AudioStreamCreatorClient { … };
class AudioStreamCreatorClientAsyncWaiter { … };
class ResourceProviderInterceptorForTesting : public ResourceProvider { … };
class ResourceProviderAsyncWaiter { … };
}
#endif