#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_SERVICE_WORKER_DATABASE_MOJOM_SHARED_INTERNAL_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_SERVICE_WORKER_DATABASE_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 "services/network/public/mojom/cross_origin_embedder_policy.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/script/script_type.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/frame/policy_container.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/navigation_preload_state.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_ancestor_frame_type.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_database.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_fetch_handler_type.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_registration_options.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_router_rule.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/storage_key/storage_key.mojom-shared-internal.h"
#include "third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom-shared-internal.h"
#include "url/mojom/url.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"
namespace mojo {
namespace internal {
class ValidationContext;
}
}
namespace storage::mojom {
namespace internal {
class ServiceWorkerRegistrationData_Data;
class ServiceWorkerResourceRecord_Data;
struct ServiceWorkerDatabaseStatus_Data { … };
#pragma pack(push, 1)
class ServiceWorkerRegistrationData_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct ServiceWorkerRegistrationData_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
ServiceWorkerRegistrationData_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
class ServiceWorkerResourceRecord_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct ServiceWorkerResourceRecord_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
ServiceWorkerResourceRecord_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
#pragma pack(pop)
}
}
#endif