Index: third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp b/third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp |
index 2269127754cb71cf2817c0ec3f13a96d927507a5..e64f9ace049095e23d3d6890a67e01e869eb04d4 100644 |
--- a/third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp |
@@ -8,12 +8,12 @@ |
#include "core/dom/IntersectionObserverInit.h" |
#include "core/frame/FrameView.h" |
#include "platform/testing/UnitTestHelpers.h" |
+#include "platform/wtf/CurrentTime.h" |
#include "web/WebViewImpl.h" |
#include "web/tests/sim/SimCompositor.h" |
#include "web/tests/sim/SimDisplayItemList.h" |
#include "web/tests/sim/SimRequest.h" |
#include "web/tests/sim/SimTest.h" |
-#include "wtf/CurrentTime.h" |
namespace blink { |