| Index: content/browser/loader/resource_dispatcher_host_impl.h
 | 
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
 | 
| index 8a8bdc33131507a6551ec00ba187f13df4e5b0e8..abf2ada96d0f286feb46eec9f2544a867132ebcd 100644
 | 
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
 | 
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
 | 
| @@ -186,7 +186,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
 | 
|    // no longer needed.
 | 
|    void RegisterDownloadedTempFile(
 | 
|        int child_id, int request_id,
 | 
| -      webkit_blob::ShareableFileReference* reference);
 | 
| +      const base::FilePath& file_path);
 | 
|    void UnregisterDownloadedTempFile(int child_id, int request_id);
 | 
|  
 | 
|    // Needed for the sync IPC message dispatcher macros.
 | 
| 
 |