| Index: sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| index cfb996b3260fac4612246cf1dffc38d83e5f1ce0..164f690b4a251bd98f7bbcf52839fc684ca2f5c6 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef V8Uint16ArrayCustom_h
|
| #define V8Uint16ArrayCustom_h
|
|
|
| -#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| -#include "wtf/Uint16Array.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| +#include "sky/engine/wtf/Uint16Array.h"
|
|
|
| namespace blink {
|
|
|
|
|