Index: chrome/renderer/media/cast_session_delegate.cc |
diff --git a/chrome/renderer/media/cast_session_delegate.cc b/chrome/renderer/media/cast_session_delegate.cc |
index f1dfa836a8cd1f6b4fe709e775ba5c7388df2c74..3d16c5b8d40e16fd66b3ca26f97bdc94db8fa958 100644 |
--- a/chrome/renderer/media/cast_session_delegate.cc |
+++ b/chrome/renderer/media/cast_session_delegate.cc |
@@ -33,7 +33,7 @@ CastSessionDelegate::CastSessionDelegate() |
: io_message_loop_proxy_( |
content::RenderThread::Get()->GetIOMessageLoopProxy()), |
weak_factory_(this) { |
- DCHECK(io_message_loop_proxy_); |
+ DCHECK(io_message_loop_proxy_.get()); |
} |
CastSessionDelegate::~CastSessionDelegate() { |