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

Unified Diff: src/vm/scheduler.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/scheduler.h
diff --git a/src/vm/scheduler.h b/src/vm/scheduler.h
index 60b208d0a47d09e5ea123511ce0e068751383731..651a502d5044751ae5eea822d5aeb434951908ae 100644
--- a/src/vm/scheduler.h
+++ b/src/vm/scheduler.h
@@ -11,7 +11,7 @@
#include "src/vm/thread_pool.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
class GCThread;
class Heap;
@@ -137,7 +137,7 @@ class Scheduler {
void ExitAtBreakpoint(Process* process);
private:
- friend class Fletch;
+ friend class Dartino;
// Global scheduler instance.
static Scheduler* scheduler_;
@@ -217,6 +217,6 @@ class SimpleProgramRunner {
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_SCHEDULER_H_
« pkg/file/lib/file.dart ('K') | « src/vm/remembered_set.h ('k') | src/vm/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698