| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index c7da3e7f1231582c97486bb9605acdf21731396c..1c2a0b14737617852f622e51dbf470dc94dd4f0c 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -1177,7 +1177,7 @@ bool GetAppShortcutsFolder(BrowserDistribution* dist,
|
|
|
| folder = folder.Append(
|
| ShellUtil::GetBrowserModelId(dist, level == ShellUtil::CURRENT_USER));
|
| - if (!file_util::DirectoryExists(folder)) {
|
| + if (!base::DirectoryExists(folder)) {
|
| VLOG(1) << "No start screen shortcuts.";
|
| return false;
|
| }
|
|
|