Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
index fb66c05cc93fe3e2d3c5a9b6775ffadaebd8667d..e4eb340ad26449cedb78c2df3324afa91d514c37 100644 |
--- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
+++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
@@ -492,7 +492,7 @@ TEST_F(ProfileShortcutManagerTest, RenamedDesktopShortcuts) { |
GetDefaultShortcutPathForProfile(profile_2_name_); |
const base::FilePath profile_2_shortcut_path_2 = |
GetUserShortcutsDirectory().Append(L"MyChrome.lnk"); |
- ASSERT_TRUE(file_util::Move(profile_2_shortcut_path_1, |
+ ASSERT_TRUE(base::Move(profile_2_shortcut_path_1, |
profile_2_shortcut_path_2)); |
// Ensure that a new shortcut does not get made if the old one was renamed. |