Index: third_party/WebKit/Source/platform/TimerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/TimerTest.cpp b/third_party/WebKit/Source/platform/TimerTest.cpp |
index 80b97362fd09242c7a287d88f07fb2103f94e80c..29b17cb81bc8b260912af172f4e4013e2de7d6f9 100644 |
--- a/third_party/WebKit/Source/platform/TimerTest.cpp |
+++ b/third_party/WebKit/Source/platform/TimerTest.cpp |
@@ -4,6 +4,8 @@ |
#include "platform/Timer.h" |
+#include <memory> |
+#include <queue> |
#include "platform/scheduler/base/task_queue_impl.h" |
#include "platform/scheduler/child/web_task_runner_impl.h" |
#include "platform/scheduler/renderer/renderer_scheduler_impl.h" |
@@ -17,8 +19,6 @@ |
#include "wtf/CurrentTime.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/RefCounted.h" |
-#include <memory> |
-#include <queue> |
using testing::ElementsAre; |