Chromium Code Reviews| Index: sky/engine/wtf/CPU.h |
| diff --git a/sky/engine/wtf/CPU.h b/sky/engine/wtf/CPU.h |
| index 4115ed1b0b78cfbede766a146c5ed0132cca26a1..3dd09e0e40475c469c21261dc94d8ea989e5b013 100644 |
| --- a/sky/engine/wtf/CPU.h |
| +++ b/sky/engine/wtf/CPU.h |
| @@ -29,7 +29,7 @@ |
| #ifndef WTF_CPU_h |
| #define WTF_CPU_h |
| -#include "wtf/Compiler.h" |
| +#include "sky/engine/wtf/Compiler.h" |
| /* CPU() - the target CPU architecture */ |
| #define CPU(WTF_FEATURE) (defined WTF_CPU_##WTF_FEATURE && WTF_CPU_##WTF_FEATURE) |