Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index f9caccad4e009a2ddf73fafdcc52cf18ca92a8eb..54424082f922ba4efdffe4a29c301a84372ba55d 100644 |
--- a/chrome/browser/extensions/webstore_installer.cc |
+++ b/chrome/browser/extensions/webstore_installer.cc |
@@ -117,7 +117,7 @@ void GetDownloadFilePath( |
download_directory.AppendASCII(id + "_" + random_number + ".crx"); |
int uniquifier = |
- file_util::GetUniquePathNumber(file, base::FilePath::StringType()); |
+ base::GetUniquePathNumber(file, base::FilePath::StringType()); |
if (uniquifier > 0) { |
file = file.InsertBeforeExtensionASCII( |
base::StringPrintf(" (%d)", uniquifier)); |