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

Unified Diff: third_party/WebKit/Source/platform/heap/SparseHeapBitmap.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/SparseHeapBitmap.h
diff --git a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
index bdc267296e1ce0bcaa66cc1b8dd6a43a941c8fb5..76380b1b69c45889486d43a366b5aa106beb38c6 100644
--- a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
+++ b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
@@ -5,12 +5,12 @@
#ifndef SparseHeapBitmap_h
#define SparseHeapBitmap_h
-#include "platform/heap/BlinkGC.h"
-#include "platform/heap/HeapPage.h"
-#include "wtf/Alignment.h"
-#include "wtf/PtrUtil.h"
#include <bitset>
#include <memory>
+#include "platform/heap/BlinkGC.h"
+#include "platform/heap/HeapPage.h"
+#include "platform/wtf/Alignment.h"
+#include "platform/wtf/PtrUtil.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/SelfKeepAlive.h ('k') | third_party/WebKit/Source/platform/heap/SparseHeapBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698