Index: third_party/WebKit/Source/core/layout/ng/inline/ng_bidi_paragraph.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc b/third_party/WebKit/Source/core/layout/ng/inline/ng_bidi_paragraph.cc |
similarity index 93% |
rename from third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
rename to third_party/WebKit/Source/core/layout/ng/inline/ng_bidi_paragraph.cc |
index 0fbd4ab9df8513b84dbb758eb0eac12939d5dee4..021f4da247038ce69dd6aa529414884e92324065 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_bidi_paragraph.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "core/layout/ng/ng_bidi_paragraph.h" |
+#include "core/layout/ng/inline/ng_bidi_paragraph.h" |
-#include "core/layout/ng/ng_inline_node.h" |
+#include "core/layout/ng/inline/ng_inline_node.h" |
#include "core/style/ComputedStyle.h" |
#include "platform/text/ICUError.h" |