Index: Source/core/layout/line/AbstractInlineTextBox.cpp |
diff --git a/Source/core/layout/AbstractInlineTextBox.cpp b/Source/core/layout/line/AbstractInlineTextBox.cpp |
similarity index 99% |
rename from Source/core/layout/AbstractInlineTextBox.cpp |
rename to Source/core/layout/line/AbstractInlineTextBox.cpp |
index 4c63ce72e98efe9b14752c9d3324aef5cb187393..f75cbff7ce5b771b54d512b791f558c4cac3d621 100644 |
--- a/Source/core/layout/AbstractInlineTextBox.cpp |
+++ b/Source/core/layout/line/AbstractInlineTextBox.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "core/layout/AbstractInlineTextBox.h" |
+#include "core/layout/line/AbstractInlineTextBox.h" |
#include "core/editing/iterators/TextIterator.h" |
#include "platform/text/TextBreakIterator.h" |