Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp |
diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp |
index 8e08d84d9040952d650e1f5f8732ae779e73e9dc..f19c6a555b6648a4ead84ada544bc4bd84ce614c 100644 |
--- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp |
+++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp |
@@ -4,11 +4,11 @@ |
#include "platform/WebThreadSupportingGC.h" |
+#include <memory> |
#include "platform/heap/SafePoint.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/Threading.h" |
#include "public/platform/WebScheduler.h" |
-#include "wtf/PtrUtil.h" |
-#include "wtf/Threading.h" |
-#include <memory> |
namespace blink { |