Index: tools/gn/filesystem_utils.cc |
diff --git a/tools/gn/filesystem_utils.cc b/tools/gn/filesystem_utils.cc |
index fbc850678dbeec5352ded4d48eafad9d9cf02d2f..18d31d0a7ab016d6afcdb7f794ac586581855079 100644 |
--- a/tools/gn/filesystem_utils.cc |
+++ b/tools/gn/filesystem_utils.cc |
@@ -666,7 +666,7 @@ SourceDir SourceDirForPath(const base::FilePath& source_root, |
SourceDir SourceDirForCurrentDirectory(const base::FilePath& source_root) { |
base::FilePath cd; |
- file_util::GetCurrentDirectory(&cd); |
+ base::GetCurrentDirectory(&cd); |
return SourceDirForPath(source_root, cd); |
} |