diff options
Diffstat (limited to 'base/win/shortcut.cc')
-rw-r--r-- | base/win/shortcut.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/shortcut.cc b/base/win/shortcut.cc index eb7a72c..57a93dc 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; |