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

Unified Diff: Source/wtf/Vector.h

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
Index: Source/wtf/Vector.h
diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h
index fb07f712d359ae4ad9a0bb62de8fccd6f6c255b5..f353c01cd4140420a5b574bca4c90a2ba1aaa8f1 100644
--- a/Source/wtf/Vector.h
+++ b/Source/wtf/Vector.h
@@ -30,7 +30,6 @@
#include "wtf/NotFound.h"
#include "wtf/StdLibExtras.h"
#include "wtf/VectorTraits.h"
-#include "wtf/WTF.h"
#include <string.h>
#include <utility>
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/ThreadSpecific.h ('k') | Source/wtf/WTF.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698