| Index: tools/gn/command_check.cc
|
| diff --git a/tools/gn/command_check.cc b/tools/gn/command_check.cc
|
| index 3d039506f2d20d549e6d779163cd8f3d9a91339a..5d30a09168727b73b444d5fb5d167b3bd55d1e38 100644
|
| --- a/tools/gn/command_check.cc
|
| +++ b/tools/gn/command_check.cc
|
| @@ -92,7 +92,7 @@ int RunCheck(const std::vector<std::string>& args) {
|
| }
|
| }
|
|
|
| - const CommandLine* cmdline = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess();
|
| bool force = cmdline->HasSwitch("force");
|
|
|
| if (!CheckPublicHeaders(&setup->build_settings(), all_targets,
|
|
|