| Index: sky/engine/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Uint8ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| index da60a89fbe91be55bfca71ce5da2447d4e96e716..a7384c7e877695fa42606b606b39ebee713c7f20 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef V8Uint8ArrayCustom_h
|
| #define V8Uint8ArrayCustom_h
|
|
|
| -#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| -#include "wtf/Uint8Array.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| +#include "sky/engine/wtf/Uint8Array.h"
|
|
|
| namespace blink {
|
|
|
|
|