| Index: mojo/shell/context.cc
|
| ===================================================================
|
| --- mojo/shell/context.cc (revision 272151)
|
| +++ mojo/shell/context.cc (working copy)
|
| @@ -83,7 +83,7 @@
|
| scoped_ptr<net::NetworkDelegate>(new NetworkDelegate()),
|
| storage_.profile_path()) {
|
| setup.Get();
|
| - CommandLine* cmdline = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess();
|
| scoped_ptr<DynamicServiceRunnerFactory> runner_factory;
|
| if (cmdline->HasSwitch(switches::kEnableMultiprocess))
|
| runner_factory.reset(new OutOfProcessDynamicServiceRunnerFactory());
|
|
|