#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_HYPHENATION_HYPHENATION_MINIKIN_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_HYPHENATION_HYPHENATION_MINIKIN_H_
#include "third_party/blink/renderer/platform/text/hyphenation.h"
#include "base/files/memory_mapped_file.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace base {
class File;
}
namespace android {
class Hyphenator;
}
namespace blink {
class PLATFORM_EXPORT HyphenationMinikin final : public Hyphenation { … };
}
#endif