chromium/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views_test_api.h

// Copyright 2019 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_DESKTOP_CAPTURE_DESKTOP_MEDIA_PICKER_VIEWS_TEST_API_H_
#define CHROME_BROWSER_UI_VIEWS_DESKTOP_CAPTURE_DESKTOP_MEDIA_PICKER_VIEWS_TEST_API_H_

#include <optional>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/media/webrtc/desktop_media_list.h"
#include "content/public/browser/desktop_media_id.h"

class DesktopMediaPaneView;
class DesktopMediaPickerViews;
class DesktopMediaListController;

namespace ui {
class KeyEvent;
}  // namespace ui

namespace views {
class MdTextButton;
class TableView;
class View;
}  // namespace views

class DesktopMediaPickerViewsTestApi {};

#endif  // CHROME_BROWSER_UI_VIEWS_DESKTOP_CAPTURE_DESKTOP_MEDIA_PICKER_VIEWS_TEST_API_H_