#ifndef COMPONENTS_HISTORY_CLUSTERS_HISTORY_CLUSTERS_INTERNALS_WEBUI_HISTORY_CLUSTERS_INTERNALS_UI_H_
#define COMPONENTS_HISTORY_CLUSTERS_HISTORY_CLUSTERS_INTERNALS_WEBUI_HISTORY_CLUSTERS_INTERNALS_UI_H_
#include "components/history_clusters/history_clusters_internals/webui/history_clusters_internals.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "ui/base/webui/resource_path.h"
#include "ui/webui/mojo_web_ui_controller.h"
namespace history {
class HistoryService;
}
namespace history_clusters {
class HistoryClustersService;
}
class HistoryClustersInternalsPageHandlerImpl;
class HistoryClustersInternalsUI
: public ui::MojoWebUIController,
public history_clusters_internals::mojom::PageHandlerFactory { … };
#endif