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

Unified Diff: third_party/WebKit/Source/platform/heap/GCInfo.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/GCInfo.h
diff --git a/third_party/WebKit/Source/platform/heap/GCInfo.h b/third_party/WebKit/Source/platform/heap/GCInfo.h
index c0acff8bef77f1e4621d40b86fdba61ee8408712..04876f42d55ac60fb057c246935f354a919d72f1 100644
--- a/third_party/WebKit/Source/platform/heap/GCInfo.h
+++ b/third_party/WebKit/Source/platform/heap/GCInfo.h
@@ -6,18 +6,18 @@
#define GCInfo_h
#include "platform/heap/Visitor.h"
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/Atomics.h"
-#include "wtf/Deque.h"
-#include "wtf/HashCountedSet.h"
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/HashTable.h"
-#include "wtf/LinkedHashSet.h"
-#include "wtf/ListHashSet.h"
-#include "wtf/TypeTraits.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/Atomics.h"
+#include "platform/wtf/Deque.h"
+#include "platform/wtf/HashCountedSet.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/HashTable.h"
+#include "platform/wtf/LinkedHashSet.h"
+#include "platform/wtf/ListHashSet.h"
+#include "platform/wtf/TypeTraits.h"
+#include "platform/wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/DEPS ('k') | third_party/WebKit/Source/platform/heap/GCTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698