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 6875b14a8465a472d4f4b13a7462ef31c703dd4c..98fc28c30ad57cc93c68d1a11de277792fc10228 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -145,7 +145,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. |