| Index: sky/engine/wtf/text/AtomicStringHash.h
|
| diff --git a/sky/engine/wtf/text/AtomicStringHash.h b/sky/engine/wtf/text/AtomicStringHash.h
|
| index d9ecbdbb7fcae171be7fbcfd2bcd7467d4b865d2..e6c4b37fdc2ac4702c74abac9eaee527461c2633 100644
|
| --- a/sky/engine/wtf/text/AtomicStringHash.h
|
| +++ b/sky/engine/wtf/text/AtomicStringHash.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef AtomicStringHash_h
|
| #define AtomicStringHash_h
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/HashTraits.h"
|
| +#include "sky/engine/wtf/HashTraits.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
|
|
| namespace WTF {
|
|
|
|
|