Index: base/ref_counted.h |
=================================================================== |
--- base/ref_counted.h (revision 8314) |
+++ base/ref_counted.h (working copy) |
@@ -7,6 +7,7 @@ |
#include "base/atomic_ref_count.h" |
#include "base/basictypes.h" |
+#include "base/thread_collision_warner.h" |
namespace base { |
@@ -28,6 +29,8 @@ |
bool in_dtor_; |
#endif |
+ DFAKE_MUTEX(add_release_); |
+ |
DISALLOW_COPY_AND_ASSIGN(RefCountedBase); |
}; |