Index: tools/gn/gyp_target_writer.cc |
diff --git a/tools/gn/gyp_target_writer.cc b/tools/gn/gyp_target_writer.cc |
index 1c1a6a5d37d006fc99e9b141e14190d7c5b0c154..0f362d4bd6046eb997e9f82fcb1b98d1f75682ca 100644 |
--- a/tools/gn/gyp_target_writer.cc |
+++ b/tools/gn/gyp_target_writer.cc |
@@ -102,7 +102,7 @@ void GypTargetWriter::WriteFile(const SourceFile& gyp_file, |
file << " ],\n}\n"; |
std::string contents = file.str(); |
- file_util::WriteFile(gyp_file_path, contents.c_str(), |
+ base::WriteFile(gyp_file_path, contents.c_str(), |
static_cast<int>(contents.size())); |
} |