| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| index ce1faa19e22068e2032330bd559ce4a1b004a24b..621926cf5459c42e858012f6af4abea77404b8ec 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| @@ -6,7 +6,8 @@
|
| #define NGFragmentBase_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/ng/ng_constraint_space.h"
|
| +#include "core/layout/ng/ng_physical_constraint_space.h"
|
| +#include "core/layout/ng/ng_writing_mode.h"
|
| #include "platform/LayoutUnit.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
|
|