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