#ifndef MEDIA_MOJO_MOJOM_SPEECH_RECOGNITION_SERVICE_MOJOM_BLINK_FORWARD_H_
#define MEDIA_MOJO_MOJOM_SPEECH_RECOGNITION_SERVICE_MOJOM_BLINK_FORWARD_H_
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace media::mojom {
class AudioSourceSpeechRecognitionContextInterfaceBase;
class SpeechRecognitionServiceInterfaceBase;
class AudioSourceFetcherInterfaceBase;
}
namespace media::mojom::blink {
AudioSourceSpeechRecognitionContextInterfaceBase;
SpeechRecognitionServiceInterfaceBase;
AudioSourceFetcherInterfaceBase;
class AudioSourceSpeechRecognitionContext;
class SpeechRecognitionService;
class AudioSourceFetcher;
}
#endif