commit | 3130cdf29eb203be0c38d1107a65d920ec39c106 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Sun May 03 15:20:23 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Sun May 03 15:20:23 2015 -0700 |
tree | 0b4093afe3f71d89b22f6ba927ad05946fb33910 | |
parent | 25dcb2594a21a565ef82faa66a79bcf595c3a780 [diff] [blame] |
Add some more DISALLOW_COPY_AND_ASSIGN May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
diff --git a/runtime/gc/collector/concurrent_copying.h b/runtime/gc/collector/concurrent_copying.h index 93de035..60ea6b6 100644 --- a/runtime/gc/collector/concurrent_copying.h +++ b/runtime/gc/collector/concurrent_copying.h
@@ -279,7 +279,7 @@ friend class FlipCallback; friend class ConcurrentCopyingComputeUnevacFromSpaceLiveRatioVisitor; - DISALLOW_COPY_AND_ASSIGN(ConcurrentCopying); + DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying); }; } // namespace collector