Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc |
index 0adf233dfa411b4299740566144b3f7efbf71776..ab9624f281507e04fb8bb2f56bc9f19fb71b0812 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc |
@@ -9,10 +9,10 @@ |
#include "core/layout/ng/ng_constraint_space_builder.h" |
#include "core/layout/ng/ng_layout_coordinator.h" |
#include "core/layout/ng/ng_length_utils.h" |
-#include "core/layout/ng/ng_units.h" |
-#include "core/style/ComputedStyle.h" |
#include "core/layout/ng/ng_physical_box_fragment.h" |
#include "core/layout/ng/ng_physical_fragment.h" |
+#include "core/layout/ng/ng_units.h" |
+#include "core/style/ComputedStyle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace blink { |