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

Unified Diff: third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h

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/HeapTerminatedArray.h
diff --git a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
index ab645f87ed070149f714cf6ac652fe657d274a00..51d94d7eee927a0b3a546725f10628bd540c5de8 100644
--- a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
+++ b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
@@ -6,8 +6,8 @@
#define HeapTerminatedArray_h
#include "platform/heap/Heap.h"
-#include "wtf/TerminatedArray.h"
-#include "wtf/TerminatedArrayBuilder.h"
+#include "platform/wtf/TerminatedArray.h"
+#include "platform/wtf/TerminatedArrayBuilder.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698