| Index: base/ref_counted_memory.h
|
| diff --git a/base/ref_counted_memory.h b/base/ref_counted_memory.h
|
| index 418405acd1bfa306c63a8a63644fab245407b998..08400ecf467a9c13a6dcb4045ed307b703513523 100644
|
| --- a/base/ref_counted_memory.h
|
| +++ b/base/ref_counted_memory.h
|
| @@ -27,8 +27,8 @@ class RefCountedMemory : public base::RefCountedThreadSafe<RefCountedMemory> {
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<RefCountedMemory>;
|
| -
|
| - virtual ~RefCountedMemory() {}
|
| + RefCountedMemory();
|
| + virtual ~RefCountedMemory();
|
| };
|
|
|
| // An implementation of RefCountedMemory, where the ref counting does not
|
|
|