Index: third_party/WebKit/Source/platform/wtf/HashSet.h |
diff --git a/third_party/WebKit/Source/wtf/HashSet.h b/third_party/WebKit/Source/platform/wtf/HashSet.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/HashSet.h |
copy to third_party/WebKit/Source/platform/wtf/HashSet.h |
index 2f3644d3d526eaa6f6389e20590303359fa51f7c..297a1566321a844b7d46ab286ee3e5a67b9737f6 100644 |
--- a/third_party/WebKit/Source/wtf/HashSet.h |
+++ b/third_party/WebKit/Source/platform/wtf/HashSet.h |
@@ -21,8 +21,8 @@ |
#ifndef WTF_HashSet_h |
#define WTF_HashSet_h |
-#include "wtf/HashTable.h" |
-#include "wtf/allocator/PartitionAllocator.h" |
+#include "platform/wtf/HashTable.h" |
+#include "platform/wtf/allocator/PartitionAllocator.h" |
#include <initializer_list> |
namespace WTF { |