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

Unified Diff: src/vm/scheduler.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/vm/scheduler.h ('k') | src/vm/selector_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/scheduler.cc
diff --git a/src/vm/scheduler.cc b/src/vm/scheduler.cc
index 0ecae9733182757c623a6ca1ffebe37ce58901e5..5996d9ff0e5a5747b686768ccce93cfe4af3551d 100644
--- a/src/vm/scheduler.cc
+++ b/src/vm/scheduler.cc
@@ -25,7 +25,7 @@
} \
} while (false);
-namespace fletch {
+namespace dartino {
// Global instance of scheduler.
Scheduler* Scheduler::scheduler_ = NULL;
@@ -772,4 +772,4 @@ void SimpleProgramRunner::CaptureExitCode(Program* program,
UNREACHABLE();
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/scheduler.h ('k') | src/vm/selector_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698