| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.cpp
|
| similarity index 86%
|
| rename from third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.cpp
|
| index 27a3bc92891a7a6bed08fd00ef04dc1c8b06825a..58663eed3eef140a370d228ef607917ca929dc44 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
|
| +++ b/third_party/WebKit/Source/platform/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/typed_arrays/ArrayPiece.h"
|
| +#include "platform/wtf/typed_arrays/ArrayPiece.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/typed_arrays/ArrayBuffer.h"
|
| -#include "wtf/typed_arrays/ArrayBufferView.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBufferView.h"
|
|
|
| namespace WTF {
|
|
|
|
|