Chromium Code Reviews| Index: Source/wtf/TCSpinLock.h |
| diff --git a/Source/wtf/TCSpinLock.h b/Source/wtf/TCSpinLock.h |
| index d8eddcfb2fbcaafbff79b12fb5c1f57279522c69..815a55bc81ef916258e8028845b51a611e521a1e 100644 |
| --- a/Source/wtf/TCSpinLock.h |
| +++ b/Source/wtf/TCSpinLock.h |
| @@ -34,7 +34,7 @@ |
| #ifndef TCMALLOC_INTERNAL_SPINLOCK_H__ |
| #define TCMALLOC_INTERNAL_SPINLOCK_H__ |
| -#include <wtf/Atomics.h> |
| +#include "wtf/Atomics.h" |
| #if OS(UNIX) |
| #include <sched.h> |
| #endif |