| Index: sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| index 60b82c4b965afeeb260af9178b4b274df3d3dad2..a3fdf875fe3483c2cbe5e711655cadbd005dac5f 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef V8Uint32ArrayCustom_h
|
| #define V8Uint32ArrayCustom_h
|
|
|
| -#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| -#include "wtf/Uint32Array.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| +#include "sky/engine/wtf/Uint32Array.h"
|
|
|
| namespace blink {
|
|
|
|
|