#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_SPEECH_SPEECH_SYNTHESIS_MOJOM_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_SPEECH_SPEECH_SYNTHESIS_MOJOM_TEST_UTILS_H_
#include "third_party/blink/public/mojom/speech/speech_synthesis.mojom.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class BLINK_COMMON_EXPORT SpeechSynthesisVoiceListObserverInterceptorForTesting : public SpeechSynthesisVoiceListObserver { … };
class BLINK_COMMON_EXPORT SpeechSynthesisVoiceListObserverAsyncWaiter { … };
class BLINK_COMMON_EXPORT SpeechSynthesisClientInterceptorForTesting : public SpeechSynthesisClient { … };
class BLINK_COMMON_EXPORT SpeechSynthesisClientAsyncWaiter { … };
class BLINK_COMMON_EXPORT SpeechSynthesisInterceptorForTesting : public SpeechSynthesis { … };
class BLINK_COMMON_EXPORT SpeechSynthesisAsyncWaiter { … };
}
#endif