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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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..9ed8dccaf4be6e21bc782b1467a17b9d482cc139 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 <bitset>
+#include <memory>
#include "platform/heap/BlinkGC.h"
#include "platform/heap/HeapPage.h"
#include "wtf/Alignment.h"
#include "wtf/PtrUtil.h"
-#include <bitset>
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/RunAllTests.cpp ('k') | third_party/WebKit/Source/platform/heap/StackFrameDepth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698