| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/TypedArrayBase.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/TypedArrayBase.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h
|
| index c42d0444d200f54584c013bdeed93d68f6354e49..d98b98d7058b5f53349427dea1f6236de762a725 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/TypedArrayBase.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef TypedArrayBase_h
|
| #define TypedArrayBase_h
|
|
|
| -#include "wtf/typed_arrays/ArrayBuffer.h"
|
| -#include "wtf/typed_arrays/ArrayBufferView.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBufferView.h"
|
|
|
| namespace WTF {
|
|
|
|
|