Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp |
diff --git a/third_party/WebKit/Source/wtf/PartitionAllocator.cpp b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp |
similarity index 94% |
rename from third_party/WebKit/Source/wtf/PartitionAllocator.cpp |
rename to third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp |
index e3d048ca383a4b872349d6cbe7c2ea67cd24ce0f..e4a357eae2742234457a1046b4d535c945739960 100644 |
--- a/third_party/WebKit/Source/wtf/PartitionAllocator.cpp |
+++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp |
@@ -28,10 +28,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/PartitionAllocator.h" |
+#include "wtf/allocator/PartitionAllocator.h" |
-#include "wtf/PartitionAlloc.h" |
-#include "wtf/Partitions.h" |
+#include "wtf/allocator/PartitionAlloc.h" |
+#include "wtf/allocator/Partitions.h" |
namespace WTF { |