Index: tools/gn/ninja_target_writer.cc |
diff --git a/tools/gn/ninja_target_writer.cc b/tools/gn/ninja_target_writer.cc |
index 78a2c8f6e282c88f4ce0dd6f446be52a3e8d5a27..e03b2d21a25898d6160c69944b68f2cd81fe3a26 100644 |
--- a/tools/gn/ninja_target_writer.cc |
+++ b/tools/gn/ninja_target_writer.cc |
@@ -242,7 +242,7 @@ void NinjaTargetWriter::WriteStampForTarget( |
// First validate that the target's dependency is a stamp file. Otherwise, |
// we shouldn't have gotten here! |
- CHECK(EndsWith(stamp_file.value(), ".stamp", false)) |
+ CHECK(base::EndsWith(stamp_file.value(), ".stamp", false)) |
<< "Output should end in \".stamp\" for stamp file output. Instead got: " |
<< "\"" << stamp_file.value() << "\""; |