Index: base/memory/weak_ptr_unittest.cc |
diff --git a/base/memory/weak_ptr_unittest.cc b/base/memory/weak_ptr_unittest.cc |
index 8f42664ee244a486b433b70837d2722d477a87ec..ec4c9fe8efe32d38a07ced15d787cb93a5cce8ac 100644 |
--- a/base/memory/weak_ptr_unittest.cc |
+++ b/base/memory/weak_ptr_unittest.cc |
@@ -48,7 +48,7 @@ class BackgroundThread : public Thread { |
: Thread("owner_thread") { |
jar (doing other things)
2012/04/05 21:11:30
nit: You may as well put this all on one line whil
|
} |
- ~BackgroundThread() { |
+ virtual ~BackgroundThread() { |
Stop(); |
} |