| Index: tools/gn/setup.cc
|
| diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
|
| index aa8e8f0b3d2d1e0026d43ca5901f8ff1244a36d5..033dab4fa15c1fc844e7be54834b852ec8f8b25e 100644
|
| --- a/tools/gn/setup.cc
|
| +++ b/tools/gn/setup.cc
|
| @@ -370,7 +370,7 @@ bool Setup::SaveArgsToFile() {
|
| #if defined(OS_WIN)
|
| // Use Windows lineendings for this file since it will often open in
|
| // Notepad which can't handle Unix ones.
|
| - ReplaceSubstringsAfterOffset(&contents, 0, "\n", "\r\n");
|
| + base::ReplaceSubstringsAfterOffset(&contents, 0, "\n", "\r\n");
|
| #endif
|
| if (base::WriteFile(build_arg_file, contents.c_str(),
|
| static_cast<int>(contents.size())) == -1) {
|
|
|