| Index: base/files/file_util_proxy.cc
|
| diff --git a/base/files/file_util_proxy.cc b/base/files/file_util_proxy.cc
|
| index a36328e6fe0aa40032175ea1b6aee289f3138d3b..eefb7a19be08a61bff27f12a090100c27c2f49cf 100644
|
| --- a/base/files/file_util_proxy.cc
|
| +++ b/base/files/file_util_proxy.cc
|
| @@ -111,7 +111,7 @@ class GetFileInfoHelper {
|
| error_ = PLATFORM_FILE_ERROR_NOT_FOUND;
|
| return;
|
| }
|
| - if (!file_util::GetFileInfo(file_path, &file_info_))
|
| + if (!GetFileInfo(file_path, &file_info_))
|
| error_ = PLATFORM_FILE_ERROR_FAILED;
|
| }
|
|
|
|
|