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

Unified Diff: src/vm/port.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/platform_test.cc ('k') | src/vm/port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/port.h
diff --git a/src/vm/port.h b/src/vm/port.h
index 4bb518b519c40fedec78c70520ef4285c25512f8..8b2abb40b42dd38ae26a2e8d23515725303373f2 100644
--- a/src/vm/port.h
+++ b/src/vm/port.h
@@ -11,7 +11,7 @@
#include "src/vm/object_memory.h"
#include "src/vm/spinlock.h"
-namespace fletch {
+namespace dartino {
class HeapObject;
class Instance;
@@ -70,6 +70,6 @@ class Port {
Port* next_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_PORT_H_
« no previous file with comments | « src/vm/platform_test.cc ('k') | src/vm/port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698