Index: src/vm/hash_set.h |
diff --git a/src/vm/hash_set.h b/src/vm/hash_set.h |
index 2d15f92bc9370ee83377b31d4e6c5919cd2495d9..28b8a5964264316a8ee841addb82d461220f11fe 100644 |
--- a/src/vm/hash_set.h |
+++ b/src/vm/hash_set.h |
@@ -7,7 +7,7 @@ |
#include "src/vm/hash_table.h" |
-namespace fletch { |
+namespace dartino { |
template <typename Key> |
struct SetKeyExtractor { |
@@ -30,6 +30,6 @@ struct SetKeyExtractor { |
template <typename Key> |
class HashSet : public UnorderedHashTable<Key, Key, SetKeyExtractor<Key>> {}; |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_HASH_SET_H_ |