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

Unified Diff: Source/wtf/BitVector.cpp

Issue 1041103002: PartitionAlloc: Centralize Partition allocators into one place (Part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/wtf/ArrayBufferContents.cpp ('k') | Source/wtf/DefaultAllocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/BitVector.cpp
diff --git a/Source/wtf/BitVector.cpp b/Source/wtf/BitVector.cpp
index 3a4588ecb43d6f8d476e9ff84b5e2bcdd9dae768..8ac13f6afec3f0f62212076d3b5672647d0f95c4 100644
--- a/Source/wtf/BitVector.cpp
+++ b/Source/wtf/BitVector.cpp
@@ -28,8 +28,8 @@
#include "wtf/LeakAnnotations.h"
#include "wtf/PartitionAlloc.h"
+#include "wtf/Partitions.h"
#include "wtf/PrintStream.h"
-#include "wtf/WTF.h"
#include <algorithm>
#include <string.h>
« no previous file with comments | « Source/wtf/ArrayBufferContents.cpp ('k') | Source/wtf/DefaultAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698