| Index: sky/engine/bindings/core/v8/SharedPersistent.h
|
| diff --git a/sky/engine/bindings/core/v8/SharedPersistent.h b/sky/engine/bindings/core/v8/SharedPersistent.h
|
| index 8e99bb26db8dac0ba4461918355ffb87349445f7..79b5c2df40b6188d2da19678320598778923f728 100644
|
| --- a/sky/engine/bindings/core/v8/SharedPersistent.h
|
| +++ b/sky/engine/bindings/core/v8/SharedPersistent.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef SharedPersistent_h
|
| #define SharedPersistent_h
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|