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

Unified Diff: src/vm/scheduler.cc

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/scheduler.cc
diff --git a/src/vm/scheduler.cc b/src/vm/scheduler.cc
index 5444a2e88b7b729babad99f7fe4bcd33c14a9829..9adb375e8710752876ea679fce2a424aec4195f0 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;
@@ -746,4 +746,4 @@ void SimpleProgramRunner::CaptureExitCode(Program* program,
UNREACHABLE();
}
-} // namespace fletch
+} // namespace dartino
« pkg/file/lib/file.dart ('K') | « 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