| Index: base/base_paths_posix.cc
|
| diff --git a/base/base_paths_posix.cc b/base/base_paths_posix.cc
|
| index 2d5fcbd26d6aa2e81c5807016c0c74d11487e043..6b26ba87c27e1563d1b6a284491cd34d51477022 100644
|
| --- a/base/base_paths_posix.cc
|
| +++ b/base/base_paths_posix.cc
|
| @@ -36,7 +36,7 @@ bool PathProviderPosix(int key, FilePath* result) {
|
| case base::FILE_MODULE: { // TODO(evanm): is this correct?
|
| #if defined(OS_LINUX)
|
| FilePath bin_dir;
|
| - if (!file_util::ReadSymbolicLink(FilePath(kProcSelfExe), &bin_dir)) {
|
| + if (!ReadSymbolicLink(FilePath(kProcSelfExe), &bin_dir)) {
|
| NOTREACHED() << "Unable to resolve " << kProcSelfExe << ".";
|
| return false;
|
| }
|
|
|