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

Unified Diff: third_party/WebKit/Source/platform/heap/Handle.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/Handle.h
diff --git a/third_party/WebKit/Source/platform/heap/Handle.h b/third_party/WebKit/Source/platform/heap/Handle.h
index ef31d2d8385b3990bf7ef38d6104850ab120b556..cabe889be13d8a0884d2f98271a8b923957de0e0 100644
--- a/third_party/WebKit/Source/platform/heap/Handle.h
+++ b/third_party/WebKit/Source/platform/heap/Handle.h
@@ -39,10 +39,10 @@
#include "platform/heap/TraceTraits.h"
#include "platform/heap/Visitor.h"
#include "platform/heap/VisitorImpl.h"
-#include "wtf/Allocator.h"
+#include "platform/wtf/Allocator.h"
#if defined(LEAK_SANITIZER)
-#include "wtf/LeakAnnotations.h"
+#include "platform/wtf/LeakAnnotations.h"
#endif
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/GarbageCollected.h ('k') | third_party/WebKit/Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698