| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc | 
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc | 
| index cc27aaf04f9a15ae8ff43ce9d77991215acf6f3c..607163d0f40730018a8a33f3abeefe14c1f779bd 100644 | 
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc | 
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc | 
| @@ -276,7 +276,7 @@ net::Error CallbackAndReturn( | 
| return net_error; | 
| BrowserThread::PostTask( | 
| BrowserThread::UI, FROM_HERE, | 
| -      base::Bind(started_cb, DownloadId::Invalid(), net_error)); | 
| +      base::Bind(started_cb, static_cast<DownloadItem*>(NULL), net_error)); | 
|  | 
| return net_error; | 
| } | 
|  |