| Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| index b98b2ddc6235cfdf70cbbe276439f54afac82cdc..198a1998f42de158376176fbadbdb874c556ef04 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "core/layout/ng/ng_text_layout_algorithm.h"
|
|
|
| +#include "core/layout/ng/ng_box_fragment.h"
|
| #include "core/layout/ng/ng_break_token.h"
|
| #include "core/layout/ng/ng_constraint_space.h"
|
| #include "core/layout/ng/ng_fragment_builder.h"
|
| +#include "core/layout/ng/ng_inline_node.h"
|
| #include "core/layout/ng/ng_line_builder.h"
|
| #include "core/layout/ng/ng_text_fragment.h"
|
| -#include "core/layout/ng/ng_inline_node.h"
|
| #include "core/style/ComputedStyle.h"
|
| -#include "core/layout/ng/ng_box_fragment.h"
|
|
|
| namespace blink {
|
|
|
|
|