Index: base/win/shortcut.cc |
diff --git a/base/win/shortcut.cc b/base/win/shortcut.cc |
index eb7a72c6044dc63f1488891700416d8f71799f11..57a93dc6524e1540cad465eb639482ed6f6e90c2 100644 |
--- a/base/win/shortcut.cc |
+++ b/base/win/shortcut.cc |
@@ -53,7 +53,7 @@ bool CreateOrUpdateShortcutLink(const FilePath& shortcut_path, |
return false; |
} |
- bool shortcut_existed = file_util::PathExists(shortcut_path); |
+ bool shortcut_existed = PathExists(shortcut_path); |
// Interfaces to the old shortcut when replacing an existing shortcut. |
ScopedComPtr<IShellLink> old_i_shell_link; |