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