#ifndef CONTENT_COMMON_INPUT_INPUT_INJECTOR_MOJOM_FORWARD_H_
#define CONTENT_COMMON_INPUT_INPUT_INJECTOR_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace mojo {
enum class NativeEnum;
}
namespace content::mojom {
class SyntheticSmoothDragDataView;
class SyntheticSmoothScrollDataView;
class SyntheticPinchDataView;
class SyntheticTapDataView;
class SyntheticPointerActionParamsDataView;
class SyntheticPointerActionDataView;
enum class GestureSourceType : int32_t;
enum class PointerActionType : int32_t;
enum class SyntheticButton : int32_t;
enum class InputEventPattern : int32_t;
class SyntheticSmoothDrag;
SyntheticSmoothDragPtr;
class SyntheticSmoothScroll;
SyntheticSmoothScrollPtr;
class SyntheticPinch;
SyntheticPinchPtr;
class SyntheticTap;
SyntheticTapPtr;
class SyntheticPointerActionParams;
SyntheticPointerActionParamsPtr;
class SyntheticPointerAction;
SyntheticPointerActionPtr;
class InputInjector;
}
#endif