CommandLine moved to base::CommandLine
This commit is contained in:
parent
14542f4fc8
commit
dead7caab2
7 changed files with 13 additions and 12 deletions
|
@ -59,7 +59,7 @@ void AtomMainDelegate::PreSandboxStartup() {
|
|||
if (!env->HasVar("GOOGLE_API_KEY"))
|
||||
env->SetVar("GOOGLE_API_KEY", GOOGLEAPIS_API_KEY);
|
||||
|
||||
CommandLine* command_line = CommandLine::ForCurrentProcess();
|
||||
auto command_line = base::CommandLine::ForCurrentProcess();
|
||||
std::string process_type = command_line->GetSwitchValueASCII(
|
||||
switches::kProcessType);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue