Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
index eb18a2f11a7224eacbb3481d1d585797ac3f1331..e2d725c79fe3c7882350c894e3b192c413ed5679 100644 |
--- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
+++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
@@ -5,13 +5,13 @@ |
#ifndef WebThreadSupportingGC_h |
#define WebThreadSupportingGC_h |
+#include <memory> |
#include "platform/WebTaskRunner.h" |
#include "platform/heap/GCTaskRunner.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Noncopyable.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebThread.h" |
-#include "wtf/Allocator.h" |
-#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |