Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp |
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.cpp b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp |
similarity index 96% |
rename from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.cpp |
rename to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp |
index a4f4dce3f2cdabbb41d85fb147480126eabfc4f2..7271eedfaf597490fbb6e1cf9be8dfb69d71a371 100644 |
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp |
@@ -23,9 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/typed_arrays/ArrayBufferView.h" |
+#include "platform/wtf/typed_arrays/ArrayBufferView.h" |
-#include "wtf/typed_arrays/ArrayBuffer.h" |
+#include "platform/wtf/typed_arrays/ArrayBuffer.h" |
namespace WTF { |