#ifndef CHROME_BROWSER_UI_WEBUI_APP_SERVICE_INTERNALS_APP_SERVICE_INTERNALS_MOJOM_FORWARD_H_
#define CHROME_BROWSER_UI_WEBUI_APP_SERVICE_INTERNALS_APP_SERVICE_INTERNALS_MOJOM_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace mojom::app_service_internals {
class AppInfoDataView;
class PreferredAppInfoDataView;
class PromiseAppInfoDataView;
class AppCapabilityInfoDataView;
class DebugInfoDataView;
class AppInfo;
AppInfoPtr;
class PreferredAppInfo;
PreferredAppInfoPtr;
class PromiseAppInfo;
PromiseAppInfoPtr;
class AppCapabilityInfo;
AppCapabilityInfoPtr;
class DebugInfo;
DebugInfoPtr;
class AppServiceInternalsPageHandler;
}
#endif