CommandLine moved to base::CommandLine

This commit is contained in:
Cheng Zhao 2015-03-10 15:27:27 -07:00
parent 14542f4fc8
commit dead7caab2
7 changed files with 13 additions and 12 deletions

View file

@ -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);