Index: third_party/WebKit/Source/platform/wtf/LinkedHashSet.h |
diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/platform/wtf/LinkedHashSet.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/LinkedHashSet.h |
copy to third_party/WebKit/Source/platform/wtf/LinkedHashSet.h |
index f0e58176bf303794a1bd3faa4042af17f0bcf5af..e08fdde0fe2185102bf56510a8fd1e86d3f35e60 100644 |
--- a/third_party/WebKit/Source/wtf/LinkedHashSet.h |
+++ b/third_party/WebKit/Source/platform/wtf/LinkedHashSet.h |
@@ -23,9 +23,9 @@ |
#ifndef WTF_LinkedHashSet_h |
#define WTF_LinkedHashSet_h |
-#include "wtf/AddressSanitizer.h" |
-#include "wtf/HashSet.h" |
-#include "wtf/allocator/PartitionAllocator.h" |
+#include "platform/wtf/AddressSanitizer.h" |
+#include "platform/wtf/HashSet.h" |
+#include "platform/wtf/allocator/PartitionAllocator.h" |
namespace WTF { |