Chromium Code Reviews| Index: sky/engine/wtf/SpinLock.h |
| diff --git a/sky/engine/wtf/SpinLock.h b/sky/engine/wtf/SpinLock.h |
| index a51b04e613b9e234a444279ca7ad42c795abbdf1..9978801facd187c26372956e6c544150e230f860 100644 |
| --- a/sky/engine/wtf/SpinLock.h |
| +++ b/sky/engine/wtf/SpinLock.h |
| @@ -36,7 +36,7 @@ |
| // the standard CPU primitive of atomic increment and decrement of an int at |
| // a given memory address. |
| -#include "wtf/Atomics.h" |
| +#include "sky/engine/wtf/Atomics.h" |
| namespace WTF { |