#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_WIDGET_PLATFORM_WIDGET_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_WIDGET_PLATFORM_WIDGET_MOJOM_BLINK_FORWARD_H_
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace blink::mojom {
class WidgetCompositorInterfaceBase;
class WidgetHostInterfaceBase;
class WidgetInterfaceBase;
class RenderInputRouterClientInterfaceBase;
}
namespace blink::mojom::blink {
WidgetCompositorInterfaceBase;
WidgetHostInterfaceBase;
WidgetInterfaceBase;
RenderInputRouterClientInterfaceBase;
class WidgetCompositor;
class WidgetHost;
class Widget;
class RenderInputRouterClient;
}
#endif