summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_queue.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-05-03 15:20:23 -0700
committer Mathieu Chartier <mathieuc@google.com> 2015-05-03 15:20:23 -0700
commit3130cdf29eb203be0c38d1107a65d920ec39c106 (patch)
tree0b4093afe3f71d89b22f6ba927ad05946fb33910 /runtime/gc/reference_queue.h
parent25dcb2594a21a565ef82faa66a79bcf595c3a780 (diff)
Add some more DISALLOW_COPY_AND_ASSIGN
May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
Diffstat (limited to 'runtime/gc/reference_queue.h')
-rw-r--r--runtime/gc/reference_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_queue.h b/runtime/gc/reference_queue.h
index f7d89d0543..c45be8591f 100644
--- a/runtime/gc/reference_queue.h
+++ b/runtime/gc/reference_queue.h
@@ -106,7 +106,7 @@ class ReferenceQueue {
// GC types.
mirror::Reference* list_;
- DISALLOW_COPY_AND_ASSIGN(ReferenceQueue);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(ReferenceQueue);
};
} // namespace gc