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

Unified Diff: src/vm/object_map.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_list.cc ('k') | src/vm/object_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_map.h
diff --git a/src/vm/object_map.h b/src/vm/object_map.h
index 034bca9e8d2fc5d45d58a857a85f7d0c7d7e1065..6e943cdb6bbc583db59fb0e46f1d70b758c28d08 100644
--- a/src/vm/object_map.h
+++ b/src/vm/object_map.h
@@ -8,7 +8,7 @@
#include "src/vm/object.h"
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
class ObjectMap {
public:
@@ -57,6 +57,6 @@ class ObjectMap {
static void DeleteTable(List<Bucket*> table);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_OBJECT_MAP_H_
« no previous file with comments | « src/vm/object_list.cc ('k') | src/vm/object_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698