| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Uint32Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/Uint32Array.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h
|
| index b378e753ed8e3eb9dcfa415e8973ea7acf0a761b..2de9f5f08770ae6ea7031f6c3b5e22be6bb99705 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/Uint32Array.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef Uint32Array_h
|
| #define Uint32Array_h
|
|
|
| -#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
|
| +#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|