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

Unified Diff: src/vm/tick_queue.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/thread_windows.cc ('k') | src/vm/tick_sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/tick_queue.h
diff --git a/src/vm/tick_queue.h b/src/vm/tick_queue.h
index 9714da1e0d4aa869eb40344770b209082f7257c1..9490b3686d06bd256b28f8f972f11b7081aa411a 100644
--- a/src/vm/tick_queue.h
+++ b/src/vm/tick_queue.h
@@ -9,7 +9,7 @@
#include "src/shared/globals.h"
#include "src/shared/platform.h"
-namespace fletch {
+namespace dartino {
class Process;
@@ -88,6 +88,6 @@ class TickQueue {
DISALLOW_COPY_AND_ASSIGN(TickQueue);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_TICK_QUEUE_H_
« no previous file with comments | « src/vm/thread_windows.cc ('k') | src/vm/tick_sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698