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

Unified Diff: third_party/WebKit/Source/wtf/allocator/Partitions.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/Partitions.h
diff --git a/third_party/WebKit/Source/wtf/Partitions.h b/third_party/WebKit/Source/wtf/allocator/Partitions.h
similarity index 99%
rename from third_party/WebKit/Source/wtf/Partitions.h
rename to third_party/WebKit/Source/wtf/allocator/Partitions.h
index dc9a4aad108ac626cbf8897f0f8fab7eed2aef40..e3a610dc0ca16747770be45e65622d7bb9f67b4c 100644
--- a/third_party/WebKit/Source/wtf/Partitions.h
+++ b/third_party/WebKit/Source/wtf/allocator/Partitions.h
@@ -31,9 +31,9 @@
#ifndef Partitions_h
#define Partitions_h
-#include "wtf/PartitionAlloc.h"
#include "wtf/WTF.h"
#include "wtf/WTFExport.h"
+#include "wtf/allocator/PartitionAlloc.h"
#include <string.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698