| Index: sky/engine/wtf/PassTraits.h
|
| diff --git a/sky/engine/wtf/PassTraits.h b/sky/engine/wtf/PassTraits.h
|
| index 79b93a3b9f6a46766312f0d7775500736f678303..bf206a06c432b1cffe8c5ae587acfa7f5198d69d 100644
|
| --- a/sky/engine/wtf/PassTraits.h
|
| +++ b/sky/engine/wtf/PassTraits.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef WTF_PassTraits_h
|
| #define WTF_PassTraits_h
|
|
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| // The PassTraits template exists to help optimize (or make possible) use
|
| // of WTF data structures with WTF smart pointers that have a Pass
|
|
|