Chromium Code Reviews| Index: src/vm/gc_thread.h |
| diff --git a/src/vm/gc_thread.h b/src/vm/gc_thread.h |
| index 75a2d5d8bf870f9dfd2e925b457b7856a2783451..6ff5ad527034e01f957c3c2522d9dd60e89d0a7c 100644 |
| --- a/src/vm/gc_thread.h |
| +++ b/src/vm/gc_thread.h |
| @@ -8,7 +8,7 @@ |
| #include "src/vm/thread.h" |
| #include "src/vm/program.h" |
| -namespace fletch { |
| +namespace dartino { |
| class GCThread { |
| public: |
| @@ -41,6 +41,6 @@ class GCThread { |
| bool did_shutdown_; |
| }; |
| -} // namespace fletch |
| +} // namespace dartino |
| #endif // SRC_VM_GC_THREAD_H_ |