Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp |
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
rename to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp |
index 4ae02962fe3b376c0a59b494567543efe7d4aad4..4988005e109a0808ce7725571c5c29eea2fb19cd 100644 |
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp |
@@ -24,11 +24,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/typed_arrays/ArrayBufferContents.h" |
+#include "platform/wtf/typed_arrays/ArrayBufferContents.h" |
#include "base/allocator/partition_allocator/partition_alloc.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/allocator/Partitions.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/allocator/Partitions.h" |
#include <string.h> |
namespace WTF { |