#ifndef COMPONENTS_WEBAPPS_COMMON_WEB_PAGE_METADATA_MOJOM_FORWARD_H_
#define COMPONENTS_WEBAPPS_COMMON_WEB_PAGE_METADATA_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace webapps::mojom {
class WebPageIconInfoDataView;
class WebPageMetadataDataView;
enum class WebPageMobileCapable : int32_t;
class WebPageIconInfo;
WebPageIconInfoPtr;
class WebPageMetadata;
WebPageMetadataPtr;
}
#endif