| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| index c2d626b9c3d754c6ae1cb4116597d14da5ee80ad..da736f946f2c4ee0d8fa91517934b6f3ccbbf7ea 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| @@ -6,7 +6,8 @@
|
| #define NGPhysicalFragment_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/ng/ng_units.h"
|
| +#include "core/layout/ng/geometry/ng_physical_offset.h"
|
| +#include "core/layout/ng/geometry/ng_physical_size.h"
|
| #include "platform/LayoutUnit.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
|
|