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

Unified Diff: src/vm/natives.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/native_process_windows.cc ('k') | src/vm/natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/natives.h
diff --git a/src/vm/natives.h b/src/vm/natives.h
index e9badb1d77822215847f2a47932a5d07ffd2ee01..ba65a9a3d6804dee739c87ac932ad701fd10a09a 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;
@@ -92,6 +92,6 @@ typedef Object* (*NativeFunction)(Process*, Arguments);
NATIVES_DO(N)
#undef N
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_NATIVES_H_
« no previous file with comments | « src/vm/native_process_windows.cc ('k') | src/vm/natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698