| Index: base/memory/ref_counted_delete_on_message_loop.h
|
| diff --git a/base/memory/ref_counted_delete_on_message_loop.h b/base/memory/ref_counted_delete_on_message_loop.h
|
| index 4527f1650b3319d16289217f2ee5df01612a8170..7b898ac00dd015d6b8faa0bc0de665bad2346ca6 100644
|
| --- a/base/memory/ref_counted_delete_on_message_loop.h
|
| +++ b/base/memory/ref_counted_delete_on_message_loop.h
|
| @@ -35,7 +35,7 @@ class RefCountedDeleteOnMessageLoop : public subtle::RefCountedThreadSafeBase {
|
| public:
|
| RefCountedDeleteOnMessageLoop(
|
| const scoped_refptr<MessageLoopProxy>& proxy) : proxy_(proxy) {
|
| - DCHECK(proxy_);
|
| + DCHECK(proxy_.get());
|
| }
|
|
|
| void AddRef() const {
|
|
|