| Index: third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/Float32Array.h b/third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/Float32Array.h
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
|
| index 25bec0542bd22e0fb23e2aabdee292ebe0cfec50..93ad65555b88fe2012d19969817dfaa03a9a23b7 100644
|
| --- a/third_party/WebKit/Source/wtf/Float32Array.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
|
| @@ -28,7 +28,7 @@
|
| #define Float32Array_h
|
|
|
| #include "wtf/MathExtras.h"
|
| -#include "wtf/TypedArrayBase.h"
|
| +#include "wtf/typed_arrays/TypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|