Index: third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h |
similarity index 97% |
rename from third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h |
rename to third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h |
index 63416fbac121ae7ddd5939e20aeef537cd685d85..45e053033432da9c1b4dc16555dab5fc5424d0f9 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h |
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h |
@@ -6,8 +6,8 @@ |
#define NGPhysicalTextFragment_h |
#include "core/CoreExport.h" |
+#include "core/layout/ng/inline/ng_inline_node.h" |
#include "core/layout/ng/ng_block_node.h" |
-#include "core/layout/ng/ng_inline_node.h" |
#include "core/layout/ng/ng_floating_object.h" |
#include "core/layout/ng/ng_physical_fragment.h" |
#include "platform/heap/Handle.h" |