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

Unified Diff: src/vm/scheduler.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/remembered_set.h ('k') | src/vm/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/scheduler.h
diff --git a/src/vm/scheduler.h b/src/vm/scheduler.h
index 4adb8a1f60c161749cd54efb1cf3e22822ea824d..04ba31bb7145f13acd4dbab0637ba4def47726c2 100644
--- a/src/vm/scheduler.h
+++ b/src/vm/scheduler.h
@@ -10,7 +10,7 @@
#include "src/vm/signal.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
class GCThread;
class Heap;
@@ -134,7 +134,7 @@ class Scheduler {
void ExitAtBreakpoint(Process* process);
private:
- friend class Fletch;
+ friend class Dartino;
friend class WorkerThread;
// Global scheduler instance.
@@ -214,6 +214,6 @@ class SimpleProgramRunner {
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_SCHEDULER_H_
« no previous file with comments | « 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