| Index: src/vm/priority_heap.h
|
| diff --git a/src/vm/priority_heap.h b/src/vm/priority_heap.h
|
| index dd881094ac89f1c3236aa00e7c3bcb3c691ff1df..87bf20016bfbb89c603cd2f34a270601d79695f7 100644
|
| --- a/src/vm/priority_heap.h
|
| +++ b/src/vm/priority_heap.h
|
| @@ -10,7 +10,7 @@
|
| #include "src/shared/assert.h"
|
| #include "src/vm/hash_map.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| template <typename P, typename V>
|
| class PriorityHeapWithValueIndex {
|
| @@ -207,6 +207,6 @@ class PriorityHeapWithValueIndex {
|
| HashMap<V, int> hashmap_;
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_VM_PRIORITY_HEAP_H_
|
|
|