| Index: content/browser/download/save_file_manager.h
|
| diff --git a/content/browser/download/save_file_manager.h b/content/browser/download/save_file_manager.h
|
| index 9b0abe502956a37687aadc2bbc5f2835dfa58d2f..906acf4d5fbcc69bfd33e7e3847f0f3d38dce41f 100644
|
| --- a/content/browser/download/save_file_manager.h
|
| +++ b/content/browser/download/save_file_manager.h
|
| @@ -161,7 +161,7 @@ class SaveFileManager : public base::RefCountedThreadSafe<SaveFileManager> {
|
|
|
| // Lookup the SaveManager for this WebContents' saving browser context and
|
| // inform it the saving job has been started.
|
| - void OnStartSave(const SaveFileCreateInfo* info);
|
| + void OnStartSave(const SaveFileCreateInfo& info);
|
| // Update the SavePackage with the current state of a started saving job.
|
| // If the SavePackage for this saving job is gone, cancel the request.
|
| void OnUpdateSaveProgress(int save_item_id,
|
|
|