| Index: content/browser/download/download_resource_handler.h | 
| diff --git a/content/browser/download/download_resource_handler.h b/content/browser/download/download_resource_handler.h | 
| index 67b9d70830c03c695da7628078c198846f5a3c2b..8d07207e5b0cfaaeb68b3fa14b69a03eae45693d 100644 | 
| --- a/content/browser/download/download_resource_handler.h | 
| +++ b/content/browser/download/download_resource_handler.h | 
| @@ -89,7 +89,7 @@ class DownloadResourceHandler | 
| // Arrange for started_cb_ to be called on the UI thread with the | 
| // below values, nulling out started_cb_.  Should only be called | 
| // on the IO thread. | 
| -  void CallStartedCB(content::DownloadId id, net::Error error); | 
| +  void CallStartedCB(content::DownloadItem* item, net::Error error); | 
|  | 
| // If the content-length header is not present (or contains something other | 
| // than numbers), the incoming content_length is -1 (unknown size). | 
|  |