| 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 d9105fa52d8c2a3d7c858dbbf0cc7f5435bb13de..91ad07601ce0b1fba7100a4268a5d38cb3e7ee38 100644
 | 
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
 | 
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
 | 
| @@ -128,6 +128,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
 | 
|    // request from the renderer or another child process).
 | 
|    void BeginSaveFile(const GURL& url,
 | 
|                       const Referrer& referrer,
 | 
| +                     int save_item_id,
 | 
|                       int save_package_id,
 | 
|                       int child_id,
 | 
|                       int render_view_route_id,
 | 
| 
 |