#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_LOGICAL_LINE_BUILDER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_INLINE_LOGICAL_LINE_BUILDER_H_
#include "third_party/blink/renderer/core/layout/inline/inline_item_result.h"
#include "third_party/blink/renderer/core/layout/inline/inline_node.h"
namespace blink {
class InlineBreakToken;
class InlineChildLayoutContext;
class InlineLayoutAlgorithm;
class InlineLayoutStateStack;
class LineInfo;
class LogicalLineItems;
struct InlineBoxState;
struct LogicalRubyColumn;
class LogicalLineBuilder { … };
}
#endif