#ifndef CHROME_BROWSER_UI_WEBUI_APP_HOME_APP_HOME_MOJOM_FORWARD_H_
#define CHROME_BROWSER_UI_WEBUI_APP_HOME_APP_HOME_MOJOM_FORWARD_H_
#include <stdint.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 app_home::mojom {
class AppInfoDataView;
class ClickEventDataView;
enum class RunOnOsLoginMode : int32_t;
class AppInfo;
AppInfoPtr;
class ClickEvent;
ClickEventPtr;
class PageHandlerFactory;
class PageHandler;
class Page;
}
#endif