#ifndef COMPONENTS_LIVE_CAPTION_CAPTION_BUBBLE_CONTEXT_REMOTE_H_
#define COMPONENTS_LIVE_CAPTION_CAPTION_BUBBLE_CONTEXT_REMOTE_H_
#include <memory>
#include <string>
#include "base/memory/weak_ptr.h"
#include "components/live_caption/caption_bubble_context.h"
#include "media/mojo/mojom/speech_recognition.mojom.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "ui/gfx/geometry/rect.h"
namespace captions {
class CaptionBubbleSessionObserver;
class CaptionBubbleSessionObserverRemote;
class CaptionBubbleContextRemote : public CaptionBubbleContext { … };
}
#endif