commit | 93ba893c20532990a430741e0a97212900094e8c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:31:49 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:46:12 2013 -0700 |
tree | 019990a1957562c1f573c77297df5923cce98f47 | |
parent | b1eba213afaf7fa6445de863ddc9680ab99762ea [diff] [blame] |
Fix cpplint runtime/explicit issues Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba
diff --git a/runtime/gc/accounting/heap_bitmap.h b/runtime/gc/accounting/heap_bitmap.h index a12809e..f4b725c 100644 --- a/runtime/gc/accounting/heap_bitmap.h +++ b/runtime/gc/accounting/heap_bitmap.h
@@ -103,8 +103,7 @@ void ReplaceObjectSet(SpaceSetMap* old_set, SpaceSetMap* new_set) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_); - HeapBitmap(Heap* heap) : heap_(heap) { - } + explicit HeapBitmap(Heap* heap) : heap_(heap) {} private: