Index: src/vm/tick_sampler_other.cc |
diff --git a/src/vm/tick_sampler_other.cc b/src/vm/tick_sampler_other.cc |
index 9ef47d9147de16018b5770513d12187f5bd70e2d..628374fe1d6d62ea78ae6590297ee6bf98a4448a 100644 |
--- a/src/vm/tick_sampler_other.cc |
+++ b/src/vm/tick_sampler_other.cc |
@@ -2,16 +2,16 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-#ifndef FLETCH_TARGET_OS_POSIX |
+#ifndef DARTINO_TARGET_OS_POSIX |
#include "src/vm/tick_sampler.h" |
-namespace fletch { |
+namespace dartino { |
Atomic<bool> TickSampler::is_active_(false); |
void TickSampler::Setup() {} |
void TickSampler::Teardown() {} |
-} // namespace fletch |
+} // namespace dartino |
-#endif // FLETCH_TICK_SAMPLER_MACOS |
+#endif // DARTINO_TICK_SAMPLER_MACOS |