#ifndef CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PRINT_BACKEND_SERVICE_MOJOM_SHARED_INTERNAL_H_
#define CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PRINT_BACKEND_SERVICE_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/shared_memory.mojom-shared-internal.h"
#include "mojo/public/mojom/base/string16.mojom-shared-internal.h"
#include "mojo/public/mojom/base/values.mojom-shared-internal.h"
#include "printing/backend/mojom/print_backend.mojom-shared-internal.h"
#include "printing/mojom/print.mojom-shared-internal.h"
#include "printing/mojom/printing_context.mojom-shared-internal.h"
#include "sandbox/policy/mojom/sandbox.mojom-shared-internal.h"
#include "ui/gfx/geometry/mojom/geometry.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 printing::mojom {
namespace internal {
class PrinterCapsAndInfo_Data;
class DefaultPrinterNameResult_Data;
class PrinterListResult_Data;
class PrinterSemanticCapsAndDefaultsResult_Data;
class PrinterCapsAndInfoResult_Data;
class PrintSettingsResult_Data;
#pragma pack(push, 1)
class DefaultPrinterNameResult_Data { … };
static_assert …;
class PrinterListResult_Data { … };
static_assert …;
class PrinterSemanticCapsAndDefaultsResult_Data { … };
static_assert …;
class PrinterCapsAndInfoResult_Data { … };
static_assert …;
class PrintSettingsResult_Data { … };
static_assert …;
class PrinterCapsAndInfo_Data { … };
static_assert …;
template <typename UserType, typename DataView>
struct PrinterCapsAndInfo_UnserializedMessageContext
: public mojo::internal::UnserializedMessageContext { … };
template <typename UserType, typename DataView>
const mojo::internal::UnserializedMessageContext::Tag
PrinterCapsAndInfo_UnserializedMessageContext<UserType, DataView>::kMessageTag = …;
#pragma pack(pop)
}
}
#endif