Index: tools/gn/command_help.cc |
diff --git a/tools/gn/command_help.cc b/tools/gn/command_help.cc |
index b57ecc8e8d097809a31f3a0c256aaa1c14bfecab..0f8c34790a7d593dff32f67014c13b532fbdc3a9 100644 |
--- a/tools/gn/command_help.cc |
+++ b/tools/gn/command_help.cc |
@@ -105,7 +105,7 @@ int RunHelp(const std::vector<std::string>& args) { |
// If no argument is specified, check for switches to allow things like |
// "gn help --args" for help on the args switch. |
const base::CommandLine::SwitchMap& switches = |
- CommandLine::ForCurrentProcess()->GetSwitches(); |
+ base::CommandLine::ForCurrentProcess()->GetSwitches(); |
if (switches.empty()) { |
// Still nothing, show help overview. |
PrintToplevelHelp(); |