Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: src/shared/list.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/shared/globals_test.cc ('k') | src/shared/names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « src/shared/globals_test.cc ('k') | src/shared/names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698