Index: third_party/WebKit/Source/platform/wtf/HashTable.h |
diff --git a/third_party/WebKit/Source/platform/wtf/HashTable.h b/third_party/WebKit/Source/platform/wtf/HashTable.h |
index 0907c7420f897798365749fadea97240eb6041d2..6e239e95936048ffe21f584938e7b8eebbd6e925 100644 |
--- a/third_party/WebKit/Source/platform/wtf/HashTable.h |
+++ b/third_party/WebKit/Source/platform/wtf/HashTable.h |
@@ -2277,6 +2277,6 @@ inline void RemoveAll(Collection1& collection, |
} // namespace WTF |
-#include "wtf/HashIterators.h" |
+#include "platform/wtf/HashIterators.h" |
#endif // WTF_HashTable_h |