Index: Source/core/layout/LayoutWordBreak.h |
diff --git a/Source/core/layout/LayoutWordBreak.h b/Source/core/layout/LayoutWordBreak.h |
index 5171be6d10b3589824da471680c124c823b21ba5..f2142e42dd3e4b8faba1227df9422d624cc53b3a 100644 |
--- a/Source/core/layout/LayoutWordBreak.h |
+++ b/Source/core/layout/LayoutWordBreak.h |
@@ -27,13 +27,13 @@ |
#ifndef LayoutWordBreak_h |
#define LayoutWordBreak_h |
-#include "core/rendering/RenderText.h" |
+#include "core/layout/LayoutText.h" |
namespace blink { |
class HTMLElement; |
-class LayoutWordBreak final : public RenderText { |
+class LayoutWordBreak final : public LayoutText { |
public: |
explicit LayoutWordBreak(HTMLElement*); |