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 c3c95fef238a15b97c67ec36fcdf83122725578f..e7ef2fff9826ca18b063fe9d8639b588f9deaf79 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -185,7 +185,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. |