Index: content/public/browser/resource_dispatcher_host.h |
diff --git a/content/public/browser/resource_dispatcher_host.h b/content/public/browser/resource_dispatcher_host.h |
index 848d55fd72c76a284c3b0588c45497348909a631..5762d4f36510d114a32d7146c7ecd270d71d12db 100644 |
--- a/content/public/browser/resource_dispatcher_host.h |
+++ b/content/public/browser/resource_dispatcher_host.h |
@@ -48,7 +48,7 @@ class CONTENT_EXPORT ResourceDispatcherHost { |
int child_id, |
int route_id, |
bool prefer_cache, |
- const DownloadSaveInfo& save_info, |
+ scoped_ptr<DownloadSaveInfo> save_info, |
const DownloadStartedCallback& started_callback) = 0; |
// Clears the ResourceDispatcherHostLoginDelegate associated with the request. |