Index: content/browser/download/download_request_handle.cc |
diff --git a/content/browser/download/download_request_handle.cc b/content/browser/download/download_request_handle.cc |
index 35b1125761675d4482163379e012c523f7c9c3dc..01d26592cd14ae8ffa160bfb932b894cf0b821e9 100644 |
--- a/content/browser/download/download_request_handle.cc |
+++ b/content/browser/download/download_request_handle.cc |
@@ -31,7 +31,7 @@ DownloadRequestHandle::DownloadRequestHandle( |
child_id_(child_id), |
render_view_id_(render_view_id), |
request_id_(request_id) { |
- DCHECK(handler_); |
+ DCHECK(handler_.get()); |
} |
WebContents* DownloadRequestHandle::GetWebContents() const { |