summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/shell_integration_win.cc')
-rw-r--r--chrome/browser/shell_integration_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
index c30dc78..eb37324 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -530,7 +530,7 @@ base::FilePath ShellIntegration::GetStartMenuShortcut(
shortcut = shortcut.Append(shortcut_name).Append(shortcut_name +
installer::kLnkExt);
- if (file_util::PathExists(shortcut))
+ if (base::PathExists(shortcut))
return shortcut;
}