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

Unified Diff: src/vm/thread_lk.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/thread_lk.h
diff --git a/src/vm/thread_lk.h b/src/vm/thread_lk.h
index 70be5674d0e52127baf925f6a29f398841b49fba..4d7cbde9cb5a571d6fb4eba19cf903a8aeeba16e 100644
--- a/src/vm/thread_lk.h
+++ b/src/vm/thread_lk.h
@@ -11,7 +11,7 @@
#include <kernel/thread.h>
-namespace fletch {
+namespace dartino {
// A ThreadIdentifier represents a thread identifier for a thread.
// The ThreadIdentifier does not own the underlying OS handle.
@@ -36,6 +36,6 @@ class ThreadIdentifier {
thread_t* thread_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_THREAD_LK_H_
« pkg/file/lib/file.dart ('K') | « src/vm/thread_cmsis.cc ('k') | src/vm/thread_lk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698