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

Unified Diff: src/vm/object_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/vm/object.cc ('k') | src/vm/object_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_list.h
diff --git a/src/vm/object_list.h b/src/vm/object_list.h
index 1e1c0550e70f9b5253929932970c797d55b7b7d4..0cd34ea29930f70c2e49b9cd2ae963554a0d3f5d 100644
--- a/src/vm/object_list.h
+++ b/src/vm/object_list.h
@@ -10,7 +10,7 @@
#include "src/vm/object.h"
-namespace fletch {
+namespace dartino {
class ObjectList {
public:
@@ -43,6 +43,6 @@ class ObjectList {
int length_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_OBJECT_LIST_H_
« no previous file with comments | « src/vm/object.cc ('k') | src/vm/object_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698