Chromium Code Reviews| Index: runtime/bin/thread_macos.cc |
| =================================================================== |
| --- runtime/bin/thread_macos.cc (working copy) |
| +++ runtime/bin/thread_macos.cc (working copy) |
| @@ -5,7 +5,7 @@ |
| #include "platform/globals.h" |
| #if defined(TARGET_OS_MACOS) |
| -#include "platform/thread.h" |
| +#include "bin/thread.h" |
| #include <sys/errno.h> // NOLINT |
| #include <sys/types.h> // NOLINT |