| Index: sky/engine/bindings/core/v8/CustomElementBinding.h
|
| diff --git a/sky/engine/bindings/core/v8/CustomElementBinding.h b/sky/engine/bindings/core/v8/CustomElementBinding.h
|
| index a2fd545472ed8db9db1dccfb8053cd6bb8ea7ea4..59eb12c0008af11610854e71d8c9f278010c7597 100644
|
| --- a/sky/engine/bindings/core/v8/CustomElementBinding.h
|
| +++ b/sky/engine/bindings/core/v8/CustomElementBinding.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef CustomElementBinding_h
|
| #define CustomElementBinding_h
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|