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

Unified Diff: third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h

Issue 2762943002: Move files in wtf/ to platform/wtf/ (Part 6). (Closed)
Patch Set: Rebase. Created 3 years, 9 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/platform/wtf/allocator/PartitionAllocator.h
diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
copy to third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
index 7e2bc45185e657b4e7c10eb0027953b36a07b3a9..e296780bed42f6cc65ece1c019611891663237d6 100644
--- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
+++ b/third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h
@@ -10,10 +10,10 @@
// but uses the partition allocator for the backing store of the collections.
#include "base/allocator/partition_allocator/partition_alloc.h"
-#include "third_party/WebKit/Source/wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/TypeTraits.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/TypeTraits.h"
+#include "platform/wtf/WTFExport.h"
#include <string.h>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/WTF.h ('k') | third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698