Index: base/memory/ref_counted.h |
diff --git a/base/memory/ref_counted.h b/base/memory/ref_counted.h |
index cf8ff1688dc7f4de093f78d15a17a1fade0ed0fe..62762673a21ec1aff03331a9506c4e62f068541d 100644 |
--- a/base/memory/ref_counted.h |
+++ b/base/memory/ref_counted.h |
@@ -31,7 +31,7 @@ class BASE_EXPORT RefCountedBase { |
// Returns true if the object should self-delete. |
bool Release() const; |
- private: |
+public: |
dominich
2012/06/18 15:32:44
no.
|
mutable int ref_count_; |
#ifndef NDEBUG |
mutable bool in_dtor_; |