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

Unified Diff: src/vm/tick_sampler.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/tick_queue.h ('k') | src/vm/tick_sampler_other.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/tick_sampler.h
diff --git a/src/vm/tick_sampler.h b/src/vm/tick_sampler.h
index 000e8be01936ad1890f9773bb725021c19431cde..3ab1fa70aa82df4b4630e056094d4fb5b30f7d92 100644
--- a/src/vm/tick_sampler.h
+++ b/src/vm/tick_sampler.h
@@ -9,7 +9,7 @@
#include "src/shared/globals.h"
#include "src/shared/platform.h"
-namespace fletch {
+namespace dartino {
class Process;
@@ -28,6 +28,6 @@ class TickSampler {
static Atomic<bool> is_active_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_TICK_SAMPLER_H_
« no previous file with comments | « src/vm/tick_queue.h ('k') | src/vm/tick_sampler_other.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698