| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 1cf48002624b3cc6c5c7e390b71f94e65e31f88e..0a45a7021b7836c06ab69dbbf412208b6e40daaa 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -227,7 +227,8 @@ bool CreateShortcutsInPaths(
|
| }
|
| if (shortcut_paths[i] != web_app_path) {
|
| int unique_number =
|
| - file_util::GetUniquePathNumber(shortcut_file, FILE_PATH_LITERAL(""));
|
| + base::GetUniquePathNumber(shortcut_file,
|
| + base::FilePath::StringType());
|
| if (unique_number == -1) {
|
| success = false;
|
| continue;
|
|
|