#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_PAGE_MOJOM_SHARED_INTERNAL_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PAGE_PAGE_MOJOM_SHARED_INTERNAL_H_
#include "mojo/public/cpp/bindings/lib/array_internal.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/map_data_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#include "mojo/public/mojom/base/time.mojom-shared-internal.h"
#include "mojo/public/mojom/base/unguessable_token.mojom-shared-internal.h"
#include "skia/public/mojom/skcolor.mojom-shared-internal.h"
#include "services/network/public/mojom/attribution.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/frame/frame_replication_state.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/frame/remote_frame.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/frame/view_transition_state.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/navigation/was_activated_option.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/page/browsing_context_group_info.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/page/page_visibility_state.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/tokens/tokens.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/webpreferences/web_preferences.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/renderer_preferences.mojom-shared-internal.h"
#include "ui/color/color_id.mojom-shared-internal.h"
#include "mojo/public/cpp/bindings/lib/native_enum_data.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-shared-internal.h"
#include "base/component_export.h"
namespace mojo {
namespace internal {
class ValidationContext;
}
}
namespace blink::mojom {
namespace internal {
class PageLifecycleState_Data;
class PageRestoreParams_Data;
class ColorProviderColorMaps_Data;
class PrerenderPageActivationParams_Data;
struct PagehideDispatch_Data { … };
#pragma pack(push, 1)
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) PageLifecycleState_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct PageLifecycleState_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
PageLifecycleState_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) PageRestoreParams_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct PageRestoreParams_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
PageRestoreParams_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ColorProviderColorMaps_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct ColorProviderColorMaps_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
ColorProviderColorMaps_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) PrerenderPageActivationParams_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct PrerenderPageActivationParams_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
PrerenderPageActivationParams_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
#pragma pack(pop)
}
}
#endif