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 0226200cbabf903b66d2d78a27abc2d85becd42a..a1b96bc013b4352635951b34ab8a47f4d793831e 100644 |
--- a/third_party/WebKit/Source/wtf/HashTable.h |
+++ b/third_party/WebKit/Source/wtf/HashTable.h |
@@ -25,7 +25,7 @@ |
#include "wtf/Assertions.h" |
#include "wtf/ConditionalDestructor.h" |
#include "wtf/HashTraits.h" |
-#include "wtf/PartitionAllocator.h" |
+#include "wtf/allocator/PartitionAllocator.h" |
#define DUMP_HASHTABLE_STATS 0 |
#define DUMP_HASHTABLE_STATS_PER_TABLE 0 |