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 3173b8e2c554309f042118d7ea3a10c50d96cd20..617cd3399a1609d5020bdcb23552f598b66c258c 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -144,7 +144,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
// resumed by a new process. |
void MarkAsTransferredNavigation( |
const GlobalRequestID& id, |
- const scoped_refptr<ResourceResponse>& response); |
+ const base::Closure& on_transfer_complete_callback); |
// Cancels a request previously marked as being transferred, for use when a |
// navigation was cancelled. |