| Index: sky/engine/build/scripts/templates/ElementFactory.h.tmpl
|
| diff --git a/sky/engine/build/scripts/templates/ElementFactory.h.tmpl b/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
|
| index a74909a8366441eb9ea1b02a5f1882d4e1ab7fa4..a46d6983a6ba1b0c3379be35a74912460e9c7f28 100644
|
| --- a/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
|
| +++ b/sky/engine/build/scripts/templates/ElementFactory.h.tmpl
|
| @@ -4,9 +4,8 @@
|
| #ifndef {{namespace}}ElementFactory_h
|
| #define {{namespace}}ElementFactory_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|