| Index: src/vm/thread_lk.h
|
| diff --git a/src/vm/thread_lk.h b/src/vm/thread_lk.h
|
| index 70be5674d0e52127baf925f6a29f398841b49fba..4d7cbde9cb5a571d6fb4eba19cf903a8aeeba16e 100644
|
| --- a/src/vm/thread_lk.h
|
| +++ b/src/vm/thread_lk.h
|
| @@ -11,7 +11,7 @@
|
|
|
| #include <kernel/thread.h>
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| // A ThreadIdentifier represents a thread identifier for a thread.
|
| // The ThreadIdentifier does not own the underlying OS handle.
|
| @@ -36,6 +36,6 @@ class ThreadIdentifier {
|
| thread_t* thread_;
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_VM_THREAD_LK_H_
|
|
|