| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/ArrayPiece.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| similarity index 90%
|
| rename from third_party/WebKit/Source/wtf/ArrayPiece.cpp
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| index 8dafab512d2022d1d120dbc607dc40e03710d11a..e6e80b225204f0c7e961d537c0401561d140cb96 100644
|
| --- a/third_party/WebKit/Source/wtf/ArrayPiece.cpp
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/ArrayPiece.h"
|
| +#include "wtf/typed_arrays/ArrayPiece.h"
|
|
|
| -#include "wtf/ArrayBuffer.h"
|
| -#include "wtf/ArrayBufferView.h"
|
| #include "wtf/Assertions.h"
|
| +#include "wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "wtf/typed_arrays/ArrayBufferView.h"
|
|
|
| namespace WTF {
|
|
|
|
|