#ifndef COMPONENTS_LIVE_CAPTION_VIEWS_CAPTION_BUBBLE_CONTROLLER_VIEWS_H_
#define COMPONENTS_LIVE_CAPTION_VIEWS_CAPTION_BUBBLE_CONTROLLER_VIEWS_H_
#include <memory>
#include <set>
#include <string>
#include <unordered_map>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "components/live_caption/caption_bubble_controller.h"
#include "components/live_caption/views/caption_bubble.h"
#include "components/prefs/pref_service.h"
#include "components/soda/soda_installer.h"
#include "media/mojo/mojom/speech_recognition.mojom.h"
namespace views {
class Widget;
}
namespace captions {
class CaptionBubble;
class CaptionBubbleModel;
class CaptionBubbleSessionObserver;
class CaptionBubbleControllerViews : public CaptionBubbleController,
public speech::SodaInstaller::Observer { … };
}
#endif