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

Unified Diff: src/vm/natives.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: src/vm/natives.h
diff --git a/src/vm/natives.h b/src/vm/natives.h
index 1d8aefa85efb39cda09ae624a7b37c1bad1f7743..f70fd8327b45dd2edc1b92925a4422de5e3036de 100644
--- a/src/vm/natives.h
+++ b/src/vm/natives.h
@@ -9,7 +9,7 @@
#include "src/shared/globals.h"
#include "src/shared/natives.h"
-namespace fletch {
+namespace dartino {
// Forward declarations.
class Assembler;
@@ -72,6 +72,6 @@ typedef Object* (*NativeFunction)(Process*, Arguments);
NATIVES_DO(N)
#undef N
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_NATIVES_H_

Powered by Google App Engine
This is Rietveld 408576698