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

Unified Diff: third_party/WebKit/Source/wtf/HashTable.h

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Created 4 years, 1 month 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/wtf/HashTable.h
diff --git a/third_party/WebKit/Source/wtf/HashTable.h b/third_party/WebKit/Source/wtf/HashTable.h
index 2afcfba70189a2ce23dcbd70bc11168a516c8317..6f5d25b2b2291326a86fb3ff250083f9b22310f4 100644
--- a/third_party/WebKit/Source/wtf/HashTable.h
+++ b/third_party/WebKit/Source/wtf/HashTable.h
@@ -23,13 +23,13 @@
#ifndef WTF_HashTable_h
#define WTF_HashTable_h
+#include "base/allocator/partition_allocator/partition_allocator.h"
#include "wtf/Alignment.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/ConditionalDestructor.h"
#include "wtf/HashTraits.h"
#include "wtf/PtrUtil.h"
-#include "wtf/allocator/PartitionAllocator.h"
#include <memory>
#define DUMP_HASHTABLE_STATS 0

Powered by Google App Engine
This is Rietveld 408576698