#ifndef MEDIA_MOJO_MOJOM_AUDIO_OUTPUT_STREAM_MOJOM_BLINK_TEST_UTILS_H_
#define MEDIA_MOJO_MOJOM_AUDIO_OUTPUT_STREAM_MOJOM_BLINK_TEST_UTILS_H_
#include "media/mojo/mojom/audio_output_stream.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace media::mojom::blink {
class BLINK_PLATFORM_EXPORT AudioOutputStreamInterceptorForTesting : public AudioOutputStream { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamObserverInterceptorForTesting : public AudioOutputStreamObserver { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamObserverAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamProviderInterceptorForTesting : public AudioOutputStreamProvider { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamProviderAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamProviderClientInterceptorForTesting : public AudioOutputStreamProviderClient { … };
class BLINK_PLATFORM_EXPORT AudioOutputStreamProviderClientAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT DeviceSwitchInterfaceInterceptorForTesting : public DeviceSwitchInterface { … };
class BLINK_PLATFORM_EXPORT DeviceSwitchInterfaceAsyncWaiter { … };
}
#endif