| Index: tools/gn/setup.cc
|
| diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
|
| index 0c969abc15a509a74f61bed74b258f0e4a9a96b2..759b40a4d64f600d89d5ac21ae0206a18f3eddcc 100644
|
| --- a/tools/gn/setup.cc
|
| +++ b/tools/gn/setup.cc
|
| @@ -274,7 +274,7 @@ bool Setup::FillSourceDir(const CommandLine& cmdline) {
|
| dotfile_name_ = root_path.Append(kGnFile);
|
| } else {
|
| base::FilePath cur_dir;
|
| - file_util::GetCurrentDirectory(&cur_dir);
|
| + base::GetCurrentDirectory(&cur_dir);
|
| dotfile_name_ = FindDotFile(cur_dir);
|
| if (dotfile_name_.empty()) {
|
| Err(Location(), "Can't find source root.",
|
|
|