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

Unified Diff: third_party/WebKit/Source/platform/wtf/allocator/Partitions.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/Partitions.h
diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.h b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/allocator/Partitions.h
copy to third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
index bc14f9b108128b0c58dd2e9c7ff2347de2ec7fc6..5e212897b65c2ac036469458c7e444d05749a16e 100644
--- a/third_party/WebKit/Source/wtf/allocator/Partitions.h
+++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
@@ -34,9 +34,9 @@
#include <string.h>
#include "base/allocator/partition_allocator/partition_alloc.h"
#include "base/allocator/partition_allocator/spin_lock.h"
-#include "wtf/Assertions.h"
-#include "wtf/WTF.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/WTF.h"
+#include "platform/wtf/WTFExport.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698