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

Unified Diff: src/vm/process_handle.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/process_handle.h ('k') | src/vm/process_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/process_handle.cc
diff --git a/src/vm/process_handle.cc b/src/vm/process_handle.cc
index f84aa9ec6b1668f911c774c9e2525d044557cb59..8281f70c3bda603be026c4aa71c2604d6f55c7fd 100644
--- a/src/vm/process_handle.cc
+++ b/src/vm/process_handle.cc
@@ -11,7 +11,7 @@
#include "src/vm/scheduler.h"
#include "src/vm/spinlock.h"
-namespace fletch {
+namespace dartino {
ProcessHandle* ProcessHandle::FromDartObject(Object* o) {
Instance* dart_pid = Instance::cast(o);
@@ -115,4 +115,4 @@ BEGIN_NATIVE(ProcessKill) {
}
END_NATIVE()
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/process_handle.h ('k') | src/vm/process_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698