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

Unified Diff: third_party/WebKit/Source/wtf/allocator/PartitionAllocator.cpp

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/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 {

Powered by Google App Engine
This is Rietveld 408576698