| 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 403f6d3b6c0d86421005389525482b966f545fb5..f5ae8224ba817f55a3e73c0d10561f5aeb296062 100644
|
| --- a/content/public/browser/resource_dispatcher_host.h
|
| +++ b/content/public/browser/resource_dispatcher_host.h
|
| @@ -46,7 +46,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.
|
|
|