Index: tools/gn/command_ls.cc |
diff --git a/tools/gn/command_ls.cc b/tools/gn/command_ls.cc |
index c22129a502ec7c56824645103ed683695bf2e1d0..8aefa76a08c4d9d081d690d1b549e931af03acfd 100644 |
--- a/tools/gn/command_ls.cc |
+++ b/tools/gn/command_ls.cc |
@@ -70,7 +70,7 @@ int RunLs(const std::vector<std::string>& args) { |
if (!setup->DoSetup(args[0], false) || !setup->Run()) |
return 1; |
- const CommandLine* cmdline = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); |
bool all_toolchains = cmdline->HasSwitch("all-toolchains"); |
// Find matching targets. |