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 d85a24f8e914dc58a57f2d89207b153789a3a6d3..e67118024421c450e15fa50407270abc5fa05784 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -182,7 +182,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. |