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

Unified Diff: third_party/WebKit/Source/platform/wtf/Allocator.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/Allocator.h
diff --git a/third_party/WebKit/Source/wtf/Allocator.h b/third_party/WebKit/Source/platform/wtf/Allocator.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/Allocator.h
copy to third_party/WebKit/Source/platform/wtf/Allocator.h
index 3bbe5334bc0578776603df626e630f123bb97532..db91cf5ce799644e39279169350cfcd75bfba7e8 100644
--- a/third_party/WebKit/Source/wtf/Allocator.h
+++ b/third_party/WebKit/Source/platform/wtf/Allocator.h
@@ -5,9 +5,9 @@
#ifndef WTF_Allocator_h
#define WTF_Allocator_h
-#include "wtf/Assertions.h"
-#include "wtf/TypeTraits.h"
-#include "wtf/allocator/Partitions.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/TypeTraits.h"
+#include "platform/wtf/allocator/Partitions.h"
namespace WTF {
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698