| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
|
| similarity index 92%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
|
| index e253e2157b42096f69829c294d594403f92ffa3c..883c5b4f1b3c59d8bfd2cd7082575f7530565dc5 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef ArrayPiece_h
|
| #define ArrayPiece_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/WTFExport.h"
|
|
|
| namespace WTF {
|
|
|
|
|