Index: third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp |
diff --git a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp |
index c04ec2bf4f7aa302bcb667cf17bdd8c81fa9fb6e..988608d540ee71720584cfd7a71a46d494876c55 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp |
+++ b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp |
@@ -4,6 +4,8 @@ |
#include "SnapCoordinator.h" |
+#include <gtest/gtest.h> |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/dom/Element.h" |
#include "core/frame/FrameView.h" |
@@ -12,8 +14,6 @@ |
#include "core/testing/DummyPageHolder.h" |
#include "platform/scroll/ScrollTypes.h" |
#include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h" |
-#include <gtest/gtest.h> |
-#include <memory> |
namespace blink { |