Index: third_party/WebKit/Source/platform/wtf/HashTable.h |
diff --git a/third_party/WebKit/Source/wtf/HashTable.h b/third_party/WebKit/Source/platform/wtf/HashTable.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/HashTable.h |
copy to third_party/WebKit/Source/platform/wtf/HashTable.h |
index a02aea98dabaa87d69034c6ecf6ef9c59798e109..041cdcec3b0daabbabdbf43362909d2b788bb195 100644 |
--- a/third_party/WebKit/Source/wtf/HashTable.h |
+++ b/third_party/WebKit/Source/platform/wtf/HashTable.h |
@@ -23,25 +23,25 @@ |
#ifndef WTF_HashTable_h |
#define WTF_HashTable_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 "platform/wtf/Alignment.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/ConditionalDestructor.h" |
+#include "platform/wtf/HashTraits.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/allocator/PartitionAllocator.h" |
#include <memory> |
#define DUMP_HASHTABLE_STATS 0 |
#define DUMP_HASHTABLE_STATS_PER_TABLE 0 |
#if DUMP_HASHTABLE_STATS |
-#include "wtf/Atomics.h" |
-#include "wtf/Threading.h" |
+#include "platform/wtf/Atomics.h" |
+#include "platform/wtf/Threading.h" |
#endif |
#if DUMP_HASHTABLE_STATS_PER_TABLE |
-#include "wtf/DataLog.h" |
+#include "platform/wtf/DataLog.h" |
#include <type_traits> |
#endif |