#ifndef CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_MEDIA_VIEW_CONTROLLER_BASE_H_
#define CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_MEDIA_VIEW_CONTROLLER_BASE_H_
#include <stddef.h>
#include <optional>
#include <string>
#include "base/callback_list.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ref.h"
#include "chrome/browser/ui/views/media_preview/media_preview_metrics.h"
class MediaView;
namespace views {
class Combobox;
class Label;
}
namespace ui {
class ComboboxModel;
}
class MediaViewControllerBase { … };
#endif