Chromium Code Reviews

Unified Diff: Source/core/layout/line/AbstractInlineTextBox.cpp

Issue 910573002: Move AbstractInlineTextBox to line/ sub-directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/layout/line/AbstractInlineTextBox.h ('k') | Source/core/layout/line/InlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Source/core/layout/line/AbstractInlineTextBox.h ('k') | Source/core/layout/line/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine