summaryrefslogtreecommitdiff
path: root/content/browser/download/download_request_handle.cc
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-06-11 10:57:03 +0100
committerTorne (Richard Coles) <torne@google.com>2013-06-11 10:57:03 +0100
commit868fa2fe829687343ffae624259930155e16dbd8 (patch)
tree54d316199dd9739c57c3aacd131853bbd6554a94 /content/browser/download/download_request_handle.cc
parentbb1bdbd796f966b5bf11f40ecbea12621c7bfac9 (diff)
downloadchromium_org-868fa2fe829687343ffae624259930155e16dbd8.tar.gz
Merge from Chromium at DEPS revision r205460
This commit was generated by merge_to_master.py. Change-Id: I4a744a5e426bd3bb378d887cfa56fe054742a540
Diffstat (limited to 'content/browser/download/download_request_handle.cc')
-rw-r--r--content/browser/download/download_request_handle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/download_request_handle.cc b/content/browser/download/download_request_handle.cc
index 35b1125761..32c5b98779 100644
--- a/content/browser/download/download_request_handle.cc
+++ b/content/browser/download/download_request_handle.cc
@@ -5,7 +5,7 @@
#include "content/browser/download/download_request_handle.h"
#include "base/bind.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/browser/browser_context.h"
@@ -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 {