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

Unified Diff: src/vm/message_mailbox.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/mark_sweep.h ('k') | src/vm/message_mailbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/message_mailbox.h
diff --git a/src/vm/message_mailbox.h b/src/vm/message_mailbox.h
index 1264af3c109cea28d133ce8108c2f30e0a65c74f..b536eec5d5cd1d51f215619071ab31ff1f3add06 100644
--- a/src/vm/message_mailbox.h
+++ b/src/vm/message_mailbox.h
@@ -12,7 +12,7 @@
#include "src/vm/mailbox.h"
#include "src/vm/port.h"
-namespace fletch {
+namespace dartino {
class Process;
class Signal;
@@ -106,6 +106,6 @@ class MessageMailbox : public Mailbox<Message> {
Process* destination_process);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_MESSAGE_MAILBOX_H_
« no previous file with comments | « src/vm/mark_sweep.h ('k') | src/vm/message_mailbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698