Index: src/shared/list.h |
diff --git a/src/shared/list.h b/src/shared/list.h |
index 5219517bc670c70cd9d28a8e1df102bc0764efdb..306594e6f1ad3c6430cb5fda52965658275ec4d1 100644 |
--- a/src/shared/list.h |
+++ b/src/shared/list.h |
@@ -9,7 +9,7 @@ |
#include <string.h> |
#include "src/shared/assert.h" |
-namespace fletch { |
+namespace dartino { |
// Lists are light-weight data structures that hold a sequence of |
// contiguous elements. List never take ownership of the data they |
@@ -69,6 +69,6 @@ class List { |
int length_; |
}; |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_SHARED_LIST_H_ |