Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h

Issue 1881983003: Move PartitionAlloc related things into wtf/allocator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
diff --git a/third_party/WebKit/Source/wtf/PartitionAlloc.h b/third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
similarity index 99%
rename from third_party/WebKit/Source/wtf/PartitionAlloc.h
rename to third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
index 218484efdf84a4de4e565fd1cf1c8da525a967ef..f84e9f3bf26f7b5ad44ca2a03924b5f08db6c14d 100644
--- a/third_party/WebKit/Source/wtf/PartitionAlloc.h
+++ b/third_party/WebKit/Source/wtf/allocator/PartitionAlloc.h
@@ -89,9 +89,9 @@
#include "wtf/BitwiseOperations.h"
#include "wtf/ByteSwap.h"
#include "wtf/CPU.h"
-#include "wtf/PageAllocator.h"
#include "wtf/SpinLock.h"
#include "wtf/TypeTraits.h"
+#include "wtf/allocator/PageAllocator.h"
#include <limits.h>

Powered by Google App Engine
This is Rietveld 408576698