#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_LINK_TO_TEXT_LINK_TO_TEXT_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_LINK_TO_TEXT_LINK_TO_TEXT_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace blink::mojom {
enum class LinkGenerationReadyStatus : int32_t;
enum class LinkGenerationError : int32_t;
class TextFragmentReceiverInterfaceBase;
}
namespace blink::mojom::blink {
LinkGenerationReadyStatus;
LinkGenerationError;
TextFragmentReceiverInterfaceBase;
class TextFragmentReceiver;
}
#endif