#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "chrome/browser/ui/webui/app_service_internals/app_service_internals_ui.h"
#include <memory>
#include <utility>
#include "base/containers/span.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/app_service_internals/app_service_internals_page_handler_impl.h"
#include "chrome/browser/ui/webui/webui_util.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/grit/app_service_internals_resources.h"
#include "chrome/grit/app_service_internals_resources_map.h"
#include "content/public/browser/web_ui_data_source.h"
AppServiceInternalsUI::AppServiceInternalsUI(content::WebUI* web_ui)
: … { … }
void AppServiceInternalsUI::BindInterface(
mojo::PendingReceiver<
mojom::app_service_internals::AppServiceInternalsPageHandler>
receiver) { … }
WEB_UI_CONTROLLER_TYPE_IMPL(AppServiceInternalsUI)
AppServiceInternalsUI::~AppServiceInternalsUI() = default;