| Index: sky/engine/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/sky/engine/wtf/ThreadRestrictionVerifier.h b/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| index ba08137d165ef6a4d541c3274fc98065d7811aa3..122d4274357e3b3754733f77bbbddfaabd70f1af 100644
|
| --- a/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| +++ b/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef ThreadRestrictionVerifier_h
|
| #define ThreadRestrictionVerifier_h
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| #if ENABLE(ASSERT)
|
|
|
| -#include "wtf/Threading.h"
|
| +#include "sky/engine/wtf/Threading.h"
|
|
|
| namespace WTF {
|
|
|
|
|