#ifndef CHROME_BROWSER_UI_WEBUI_BROWSING_TOPICS_BROWSING_TOPICS_INTERNALS_UI_H_
#define CHROME_BROWSER_UI_WEBUI_BROWSING_TOPICS_BROWSING_TOPICS_INTERNALS_UI_H_
#include <memory>
#include "chrome/common/webui_url_constants.h"
#include "components/browsing_topics/mojom/browsing_topics_internals.mojom-forward.h"
#include "content/public/browser/webui_config.h"
#include "content/public/common/url_constants.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "ui/webui/mojo_web_ui_controller.h"
class BrowsingTopicsInternalsPageHandler;
class BrowsingTopicsInternalsUI;
class BrowsingTopicsInternalsUIConfig
: public content::DefaultWebUIConfig<BrowsingTopicsInternalsUI> { … };
class BrowsingTopicsInternalsUI : public ui::MojoWebUIController { … };
#endif