| Index: content/browser/download/download_file_impl.cc
|
| diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc
|
| index 5ee2187660fcb3273a32c0d4d380c6eac37a7e5d..fb6b09576ca545577e72e8a6a980752a82ffe77b 100644
|
| --- a/content/browser/download/download_file_impl.cc
|
| +++ b/content/browser/download/download_file_impl.cc
|
| @@ -112,7 +112,7 @@ void DownloadFileImpl::RenameAndUniquify(
|
| file_util::GetUniquePathNumber(new_path, FILE_PATH_LITERAL(""));
|
| if (uniquifier > 0) {
|
| new_path = new_path.InsertBeforeExtensionASCII(
|
| - StringPrintf(" (%d)", uniquifier));
|
| + base::StringPrintf(" (%d)", uniquifier));
|
| }
|
|
|
| DownloadInterruptReason reason = file_.Rename(new_path);
|
|
|