| Index: runtime/platform/thread_linux.cc
|
| diff --git a/runtime/vm/thread_linux.cc b/runtime/platform/thread_linux.cc
|
| similarity index 99%
|
| rename from runtime/vm/thread_linux.cc
|
| rename to runtime/platform/thread_linux.cc
|
| index e537eb6e66df1bc10708217ffbac51b2528aa931..338c4c8d1cab8cf9ebb01ae465117f5e20c6b779 100644
|
| --- a/runtime/vm/thread_linux.cc
|
| +++ b/runtime/platform/thread_linux.cc
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#include "vm/thread.h"
|
| +#include "platform/thread.h"
|
|
|
| #include <errno.h>
|
| #include <sys/time.h>
|
|
|