#ifndef DEVICE_VR_PUBLIC_MOJOM_XR_DEVICE_MOJOM_SHARED_H_
#define DEVICE_VR_PUBLIC_MOJOM_XR_DEVICE_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "device/vr/public/mojom/xr_device.mojom-shared-internal.h"
#include "device/vr/public/mojom/xr_session.mojom-shared.h"
#include "base/component_export.h"
namespace device::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace devicemojom
namespace std {
template <>
struct hash<::device::mojom::XRDeviceId>
: public mojo::internal::EnumHashImpl<::device::mojom::XRDeviceId> { … };
}
namespace mojo {
namespace internal {
Serializer< ::device::mojom::XRDeviceId, MaybeConstUserType>;
}
}
namespace device::mojom {
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(DEVICE_XR_COMMON_MOJO_BINDINGS_SHARED) TraceFormatTraits<::device::mojom::XRDeviceId> { … };
}
#endif