Index: chrome/browser/shell_integration_win.cc |
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc |
index c30dc78c2901a7f84d319ae9eb6cd56a9fcebf94..eb37324f9cffbe739807145e57f87db8148a290c 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; |
} |