Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h |
diff --git a/third_party/WebKit/Source/wtf/PartitionAllocator.h b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h |
similarity index 98% |
rename from third_party/WebKit/Source/wtf/PartitionAllocator.h |
rename to third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h |
index e3b57e5e77e4392920865c5418ecfe60aa80f3a5..438c42e7ae3df56d27afecfcd753175503d3c763 100644 |
--- a/third_party/WebKit/Source/wtf/PartitionAllocator.h |
+++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h |
@@ -37,8 +37,8 @@ |
#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
-#include "wtf/PartitionAlloc.h" |
-#include "wtf/Partitions.h" |
+#include "wtf/allocator/PartitionAlloc.h" |
+#include "wtf/allocator/Partitions.h" |
#include <string.h> |
@@ -197,8 +197,8 @@ public: |
// Specializations for heap profiling, so type profiling of |char| is possible |
// even in official builds (because |char| makes up a large portion of the heap.) |
-template <> WTF_EXPORT char* PartitionAllocator::allocateVectorBacking<char>(size_t size); |
-template <> WTF_EXPORT char* PartitionAllocator::allocateExpandedVectorBacking<char>(size_t size); |
+template <> WTF_EXPORT char* PartitionAllocator::allocateVectorBacking<char>(size_t); |
+template <> WTF_EXPORT char* PartitionAllocator::allocateExpandedVectorBacking<char>(size_t); |
} // namespace WTF |