diff options
Diffstat (limited to 'chrome/browser/download/save_file_manager.h')
-rw-r--r-- | chrome/browser/download/save_file_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/save_file_manager.h b/chrome/browser/download/save_file_manager.h index 89672fc..ac6c1c8 100644 --- a/chrome/browser/download/save_file_manager.h +++ b/chrome/browser/download/save_file_manager.h @@ -181,7 +181,7 @@ class SaveFileManager // Notifications sent from the file thread and run on the UI thread. - // Lookup the SaveManager for this WebContents' saving profile and inform it + // Lookup the SaveManager for this TabContents' saving profile and inform it // the saving job has been started. void OnStartSave(const SaveFileCreateInfo* info); // Update the SavePackage with the current state of a started saving job. |