commit | 5e71b52a6f2c16fd02b389d220e60808cbc8f74a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 20 13:12:32 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 20 13:12:32 2011 -0700 |
tree | f13a4f98b80c6e48f11be02aff3e84de5e62c63e | |
parent | fb8a127fd2ca8eb6cbbc9d62b708c1fc2b3003a4 [diff] [blame] |
Rename object_bitmap to heap_bitmap (since that's what the class is called). Change-Id: Idce6e9062545eb13b701e6b7e371c262977814d1
diff --git a/src/mark_sweep.h b/src/mark_sweep.h index bcb4df0..8c37456 100644 --- a/src/mark_sweep.h +++ b/src/mark_sweep.h
@@ -5,7 +5,7 @@ #include "macros.h" #include "mark_stack.h" -#include "object_bitmap.h" +#include "heap_bitmap.h" #include "offsets.h" namespace art {