| Index: src/vm/thread_pool.h
|
| diff --git a/src/vm/thread_pool.h b/src/vm/thread_pool.h
|
| index f510c0a1c182cab9b31a29eee30e682c5f951543..1c305918c27fa59935d2864305b4706c677eb7b5 100644
|
| --- a/src/vm/thread_pool.h
|
| +++ b/src/vm/thread_pool.h
|
| @@ -8,7 +8,7 @@
|
| #include "src/shared/atomic.h"
|
| #include "src/shared/platform.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| struct ThreadInfo;
|
|
|
| @@ -44,6 +44,6 @@ class ThreadPool {
|
| void ThreadDone();
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_VM_THREAD_POOL_H_
|
|
|