| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
|
| index 856de4f892940d81b1754874711e90429706c8b0..9d63662e6d6ae6af17175e4643d107cebb45f648 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef Int32Array_h
|
| #define Int32Array_h
|
|
|
| -#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
|
| +#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|