| 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_
|
|
|