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

Unified Diff: Source/wtf/ThreadSpecific.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/ThreadSpecific.h
diff --git a/Source/wtf/ThreadSpecific.h b/Source/wtf/ThreadSpecific.h
index 68f7ca11299613bc24a9f5a48c5e6453d81f90c6..6776a975fb22a75e4b6db820c9684f4280cdb3f2 100644
--- a/Source/wtf/ThreadSpecific.h
+++ b/Source/wtf/ThreadSpecific.h
@@ -43,8 +43,8 @@
#define WTF_ThreadSpecific_h
#include "wtf/Noncopyable.h"
+#include "wtf/Partitions.h"
#include "wtf/StdLibExtras.h"
-#include "wtf/WTF.h"
#include "wtf/WTFExport.h"
#if USE(PTHREADS)
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/Partitions.cpp ('k') | Source/wtf/Vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698