#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_POSTURE_DEVICE_POSTURE_PROVIDER_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_POSTURE_DEVICE_POSTURE_PROVIDER_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace blink::mojom {
enum class DevicePostureType : int32_t;
class DevicePostureProviderInterfaceBase;
class DevicePostureClientInterfaceBase;
}
namespace blink::mojom::blink {
DevicePostureType;
DevicePostureProviderInterfaceBase;
DevicePostureClientInterfaceBase;
class DevicePostureProvider;
class DevicePostureClient;
}
#endif