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