Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
index 9fca9851df3547bfd980942d025c19cf73ba2787..955c31eff97fe9ed85c8700c4cd5035e12a703a9 100644 |
--- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
+++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
@@ -15,10 +15,10 @@ |
#include "core/dom/TaskRunnerHelper.h" |
#include "core/frame/LocalFrame.h" |
#include "platform/UserGestureIndicator.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/Vector.h" |
#include "public/platform/WebVector.h" |
#include "public/web/WebScriptExecutionCallback.h" |
-#include "wtf/PtrUtil.h" |
-#include "wtf/Vector.h" |
namespace blink { |