Index: third_party/WebKit/Source/wtf/TerminatedArray.h |
diff --git a/third_party/WebKit/Source/wtf/TerminatedArray.h b/third_party/WebKit/Source/wtf/TerminatedArray.h |
index 18193a4764a80ed26444d047e430fb8d8476dd74..377d21bc4a62e26261ecf1f28fc4dd25bfc4f5d1 100644 |
--- a/third_party/WebKit/Source/wtf/TerminatedArray.h |
+++ b/third_party/WebKit/Source/wtf/TerminatedArray.h |
@@ -4,11 +4,11 @@ |
#ifndef TerminatedArray_h |
#define TerminatedArray_h |
+#include <memory> |
#include "wtf/Allocator.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/VectorTraits.h" |
#include "wtf/allocator/Partitions.h" |
-#include <memory> |
namespace WTF { |