#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_WEBPREFERENCES_WEB_PREFERENCES_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_WEBPREFERENCES_WEB_PREFERENCES_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace blink::mojom {
enum class PointerType : int32_t;
enum class HoverType : int32_t;
enum class OutputDeviceUpdateAbilityType : int32_t;
enum class EditingBehavior : int32_t;
enum class ImageAnimationPolicy : int32_t;
enum class ViewportStyle : int32_t;
enum class AutoplayPolicy : int32_t;
enum class EffectiveConnectionType : int32_t;
}
namespace blink::mojom::blink {
PointerType;
HoverType;
OutputDeviceUpdateAbilityType;
EditingBehavior;
ImageAnimationPolicy;
ViewportStyle;
AutoplayPolicy;
EffectiveConnectionType;
class WebPreferences;
WebPreferencesPtr;
}
#endif