Index: third_party/WebKit/Source/platform/wtf/Deque.h |
diff --git a/third_party/WebKit/Source/wtf/Deque.h b/third_party/WebKit/Source/platform/wtf/Deque.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/Deque.h |
copy to third_party/WebKit/Source/platform/wtf/Deque.h |
index bb7aa0a7d9f83d04031a68a85992390ab5b73d6d..0b1e27dddf1365b9b01976d210d91f35c2bf53bd 100644 |
--- a/third_party/WebKit/Source/wtf/Deque.h |
+++ b/third_party/WebKit/Source/platform/wtf/Deque.h |
@@ -33,7 +33,7 @@ |
// FIXME: Could move what Vector and Deque share into a separate file. |
// Deque doesn't actually use Vector. |
-#include "wtf/Vector.h" |
+#include "platform/wtf/Vector.h" |
#include <iterator> |
namespace WTF { |