| Index: chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc b/chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc
|
| index 180fce4dc93b66a492b752209e7cbd9d12ea2fcd..9c14976ddae17fba49513df48c88a3b98457c510 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc
|
| @@ -648,7 +648,7 @@ ExtensionTaskExecutor::SetupFileAccessPermissions(
|
| // If the file is under drive mount point, there is no actual file to be
|
| // found on the url.path().
|
| if (!is_drive_file) {
|
| - if (!file_util::PathExists(local_path) ||
|
| + if (!base::PathExists(local_path) ||
|
| file_util::IsLink(local_path) ||
|
| !file_util::GetFileInfo(local_path, &file_info)) {
|
| continue;
|
|
|