diff options
Diffstat (limited to 'runtime/thread_list.h')
-rw-r--r-- | runtime/thread_list.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/thread_list.h b/runtime/thread_list.h index 11f272c48c..7657fa805f 100644 --- a/runtime/thread_list.h +++ b/runtime/thread_list.h @@ -31,10 +31,10 @@ namespace art { namespace gc { - namespace collector { - class GarbageCollector; - } // namespace collector - class GcPauseListener; +namespace collector { +class GarbageCollector; +} // namespace collector +class GcPauseListener; } // namespace gc class Closure; class RootVisitor; |