Index: chrome/browser/download/chrome_download_manager_delegate.cc |
=================================================================== |
--- chrome/browser/download/chrome_download_manager_delegate.cc (revision 119906) |
+++ chrome/browser/download/chrome_download_manager_delegate.cc (working copy) |
@@ -526,8 +526,8 @@ |
} |
// We know the final path, build it if necessary. |
if (state.path_uniquifier > 0) { |
- DownloadFile::AppendNumberToPath(&(state.suggested_path), |
- state.path_uniquifier); |
+ file_util::AppendNumberToPath(&(state.suggested_path), |
+ state.path_uniquifier); |
// Setting path_uniquifier to 0 to make sure we don't try to unique it |
// later on. |
state.path_uniquifier = 0; |