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

Unified Diff: src/vm/event_handler.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/debug_info_no_live_coding.h ('k') | src/vm/event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/event_handler.h
diff --git a/src/vm/event_handler.h b/src/vm/event_handler.h
index f58803ac8a783c9074082257683d550783d7f111..b0c248ebc8e53c773cf2bf7aabfc464b44da06de 100644
--- a/src/vm/event_handler.h
+++ b/src/vm/event_handler.h
@@ -9,7 +9,7 @@
#include "src/vm/priority_heap.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
class Monitor;
class Port;
@@ -64,6 +64,6 @@ class EventHandler {
void Send(Port* port, int64 value, bool release_port);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_EVENT_HANDLER_H_
« no previous file with comments | « src/vm/debug_info_no_live_coding.h ('k') | src/vm/event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698