Index: src/vm/refcounted.h |
diff --git a/src/vm/refcounted.h b/src/vm/refcounted.h |
index b7e4a2949f7903c0c31ed6c3407d4243cf5315f6..2ea7077b7aa3b49b2b2b4f808a39d2271e1651aa 100644 |
--- a/src/vm/refcounted.h |
+++ b/src/vm/refcounted.h |
@@ -8,7 +8,7 @@ |
#include "src/shared/globals.h" |
#include "src/shared/atomic.h" |
-namespace fletch { |
+namespace dartino { |
template <typename T> |
class Refcounted { |
@@ -32,6 +32,6 @@ class Refcounted { |
Atomic<int> ref_count_; |
}; |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_REFCOUNTED_H_ |