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

Unified Diff: third_party/WebKit/Source/platform/heap/PageMemory.cpp

Issue 2795923002: Rewrite references to "wtf/" to "platform/wtf/" in platform/heap. (Closed)
Patch Set: Same as PS1; PS1 lacks some files for some reason. 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/heap/PageMemory.cpp
diff --git a/third_party/WebKit/Source/platform/heap/PageMemory.cpp b/third_party/WebKit/Source/platform/heap/PageMemory.cpp
index faa6548c6f3f07c9efcda8522efbdb5daeb1673d..3dd30925639b525fb9f1cc70d9f16e727e4873a9 100644
--- a/third_party/WebKit/Source/platform/heap/PageMemory.cpp
+++ b/third_party/WebKit/Source/platform/heap/PageMemory.cpp
@@ -5,9 +5,9 @@
#include "platform/heap/PageMemory.h"
#include "platform/heap/Heap.h"
-#include "wtf/AddressSanitizer.h"
-#include "wtf/Assertions.h"
-#include "wtf/Atomics.h"
+#include "platform/wtf/AddressSanitizer.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/Atomics.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/PageMemory.h ('k') | third_party/WebKit/Source/platform/heap/PagePool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698