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