chromium/chrome/browser/ui/views/accessibility/caption_bubble_context_views.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_VIEWS_ACCESSIBILITY_CAPTION_BUBBLE_CONTEXT_VIEWS_H_
#define CHROME_BROWSER_UI_VIEWS_ACCESSIBILITY_CAPTION_BUBBLE_CONTEXT_VIEWS_H_

#include "chrome/browser/accessibility/caption_bubble_context_browser.h"

#include <string>

#include "base/memory/raw_ptr.h"

namespace content {
class WebContents;
}

namespace captions {

class CaptionBubbleSessionObserverViews;

///////////////////////////////////////////////////////////////////////////////
// Caption Bubble Context for Views
//
//  The implementation of the Caption Bubble Context for Views.
//
class CaptionBubbleContextViews : public CaptionBubbleContextBrowser {};

}  // namespace captions

#endif  // CHROME_BROWSER_UI_VIEWS_ACCESSIBILITY_CAPTION_BUBBLE_CONTEXT_VIEWS_H_