Index: src/vm/thread_pool.cc |
diff --git a/src/vm/thread_pool.cc b/src/vm/thread_pool.cc |
index 3c4fea5b4dfd5aeba7fba197299d358b81acb533..db7d992b93eba96fcf1901055b0e7be2837a64ce 100644 |
--- a/src/vm/thread_pool.cc |
+++ b/src/vm/thread_pool.cc |
@@ -5,7 +5,7 @@ |
#include "src/vm/thread.h" |
#include "src/vm/thread_pool.h" |
-namespace fletch { |
+namespace dartino { |
ThreadPool::ThreadPool(int max_threads) |
: monitor_(Platform::CreateMonitor()), |
@@ -89,4 +89,4 @@ void ThreadPool::ThreadDone() { |
} |
} |
-} // namespace fletch |
+} // namespace dartino |