Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc |
index 4875abf2d657e8c3ea17283b05958934660cf3f0..925eecd41c53f70e0a92c8d8535a9c8fb555e7cd 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc |
@@ -3,8 +3,10 @@ |
// found in the LICENSE file. |
#include "core/layout/ng/ng_fragment_builder.h" |
+ |
#include "core/layout/ng/ng_block_node.h" |
-#include "core/style/ComputedStyle.h" |
+#include "core/layout/ng/ng_fragment_base.h" |
+#include "core/layout/ng/ng_physical_fragment.h" |
namespace blink { |