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

Unified Diff: src/shared/natives_to_json.cc

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/shared/natives.h ('k') | src/shared/platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/natives_to_json.cc
diff --git a/src/shared/natives_to_json.cc b/src/shared/natives_to_json.cc
index da45ba87d9d1db9880cb88c825979ae3020a8d62..3c62ea2ef8e2aadf71e30e0ccec94608d85a640b 100644
--- a/src/shared/natives_to_json.cc
+++ b/src/shared/natives_to_json.cc
@@ -10,7 +10,7 @@
#include "src/shared/names.h"
#include "src/shared/natives.h"
-namespace fletch {
+namespace dartino {
static int Main(int argc, char** argv) {
if (argc != 2) {
@@ -57,7 +57,7 @@ static int Main(int argc, char** argv) {
return 0;
}
-} // namespace fletch
+} // namespace dartino
-// Forward main calls to fletch::Main.
-int main(int argc, char** argv) { return fletch::Main(argc, argv); }
+// Forward main calls to dartino::Main.
+int main(int argc, char** argv) { return dartino::Main(argc, argv); }
« no previous file with comments | « src/shared/natives.h ('k') | src/shared/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698