| Index: content/common/sandbox_init_mac.cc
|
| diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc
|
| index d6f2112dac6256c994477b9e2fd556e49829984d..fd96041578a5fe6436b1527d878fd66500716267 100644
|
| --- a/content/common/sandbox_init_mac.cc
|
| +++ b/content/common/sandbox_init_mac.cc
|
| @@ -31,7 +31,8 @@ bool GetSandboxTypeFromCommandLine(int* sandbox_type,
|
| *sandbox_type = -1;
|
| *allowed_dir = base::FilePath(); // Empty by default.
|
|
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| + const base::CommandLine& command_line =
|
| + *base::CommandLine::ForCurrentProcess();
|
| if (command_line.HasSwitch(switches::kNoSandbox))
|
| return false;
|
|
|
|
|