| Index: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| index 405c4e84749c2ba3e7a62819467d92fbf14e80bd..885c92a0809ca1b5d61fc663af4ba7ab73d8365e 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| @@ -3,8 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "core/layout/ng/layout_ng_block_flow.h"
|
| -#include "core/layout/ng/ng_constraint_space.h"
|
| +
|
| #include "core/layout/LayoutAnalyzer.h"
|
| +#include "core/layout/ng/ng_constraint_space.h"
|
| #include "core/layout/ng/ng_fragment.h"
|
|
|
| namespace blink {
|
|
|