| Index: sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptFunctionCall.h b/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| index eeb9b8a2099b1f40347f3dc940a55caf8879c01e..637c5066f4825a0b524761000bccb6c18c9cff74 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef ScriptFunctionCall_h
|
| #define ScriptFunctionCall_h
|
|
|
| -#include "bindings/core/v8/ScriptValue.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptValue.h"
|
|
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| class ScriptValue;
|
|
|