#ifndef CONTENT_BROWSER_SPEECH_SPEECH_SYNTHESIS_IMPL_H_
#define CONTENT_BROWSER_SPEECH_SPEECH_SYNTHESIS_IMPL_H_
#include "base/memory/raw_ptr.h"
#include "content/public/browser/tts_controller.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "third_party/blink/public/mojom/speech/speech_synthesis.mojom.h"
namespace content {
class BrowserContext;
class RenderFrameHostImpl;
class SpeechSynthesisImpl : public blink::mojom::SpeechSynthesis,
public VoicesChangedDelegate { … };
}
#endif