| Index: runtime/vm/thread_interrupter_android.cc | 
| diff --git a/runtime/vm/thread_interrupter_android.cc b/runtime/vm/thread_interrupter_android.cc | 
| index 1c780bab680722ed8b34cd50896d17de8296a8c8..665677579d5b357fe0a661a15ffb9c87030b193f 100644 | 
| --- a/runtime/vm/thread_interrupter_android.cc | 
| +++ b/runtime/vm/thread_interrupter_android.cc | 
| @@ -44,7 +44,7 @@ class ThreadInterrupterAndroid : public AllStatic { | 
| }; | 
|  | 
|  | 
| -void ThreadInterrupter::InterruptThread(Thread* thread) { | 
| +void ThreadInterrupter::InterruptThread(OSThread* thread) { | 
| if (FLAG_trace_thread_interrupter) { | 
| OS::Print("ThreadInterrupter interrupting %p\n", | 
| reinterpret_cast<void*>(thread->id())); | 
|  |