diff options
-rw-r--r-- | base/ref_counted.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/ref_counted.h b/base/ref_counted.h index 595a551..a1e7bb4 100644 --- a/base/ref_counted.h +++ b/base/ref_counted.h @@ -106,6 +106,7 @@ class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase { } } + private: DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>); }; |