#ifndef CHROME_BROWSER_UI_WEBUI_LOCATION_INTERNALS_LOCATION_INTERNALS_UI_H_
#define CHROME_BROWSER_UI_WEBUI_LOCATION_INTERNALS_LOCATION_INTERNALS_UI_H_
#include "chrome/browser/ui/webui/location_internals/location_internals.mojom-forward.h"
#include "chrome/common/webui_url_constants.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 LocationInternalsHandler;
class LocationInternalsUI;
class LocationInternalsUIConfig
: public content::DefaultWebUIConfig<LocationInternalsUI> { … };
class LocationInternalsUI : public ui::MojoWebUIController { … };
#endif