Index: third_party/WebKit/Source/platform/wtf/BitVector.h |
diff --git a/third_party/WebKit/Source/wtf/BitVector.h b/third_party/WebKit/Source/platform/wtf/BitVector.h |
similarity index 97% |
copy from third_party/WebKit/Source/wtf/BitVector.h |
copy to third_party/WebKit/Source/platform/wtf/BitVector.h |
index dd0b2aa2de646de56f16632afef1e706b8fcb5ee..e4354e5d5c2ed948ccd7d3e07678cf3342eeeac9 100644 |
--- a/third_party/WebKit/Source/wtf/BitVector.h |
+++ b/third_party/WebKit/Source/platform/wtf/BitVector.h |
@@ -26,10 +26,10 @@ |
#ifndef BitVector_h |
#define BitVector_h |
-#include "wtf/Allocator.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/StdLibExtras.h" |
-#include "wtf/WTFExport.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/StdLibExtras.h" |
+#include "platform/wtf/WTFExport.h" |
namespace WTF { |