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