| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| rename to third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| index 949c8a56a8c8ce493cac3f1c57bdbf34ef9ae64c..940517cfd294b9225a04683bba97f6c89fc4f74b 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/layout/ng/geometry/ng_logical_offset.h"
|
| +#include "core/layout/ng/inline/ng_inline_break_token.h"
|
| +#include "core/layout/ng/inline/ng_line_height_metrics.h"
|
| #include "core/layout/ng/ng_constraint_space_builder.h"
|
| #include "core/layout/ng/ng_fragment_builder.h"
|
| -#include "core/layout/ng/ng_inline_break_token.h"
|
| #include "core/layout/ng/ng_layout_algorithm.h"
|
| -#include "core/layout/ng/ng_line_height_metrics.h"
|
| #include "platform/fonts/FontBaseline.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
|
|