| Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| index 239a54ed0e9c8d2d4af67366a425618ec4bd21fe..296fb28f5225a0912b25127cb555c58de464a277 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| @@ -305,7 +305,7 @@ void RenameChromeDesktopShortcutForProfile(
|
| const base::FilePath possible_old_system_shortcut =
|
| system_shortcuts_directory.Append(old_shortcut_filename);
|
| if (file_util::PathExists(possible_old_system_shortcut))
|
| - file_util::CopyFile(possible_old_system_shortcut, new_shortcut_path);
|
| + base::CopyFile(possible_old_system_shortcut, new_shortcut_path);
|
| }
|
| }
|
|
|
|
|