diff options
Diffstat (limited to 'content/common/sandbox_mac.mm')
-rw-r--r-- | content/common/sandbox_mac.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm index f4ea8d5..88a4bcc 100644 --- a/content/common/sandbox_mac.mm +++ b/content/common/sandbox_mac.mm @@ -526,7 +526,8 @@ bool Sandbox::EnableSandbox(int sandbox_type, // Enable verbose logging if enabled on the command line. (See common.sb // for details). - const CommandLine* command_line = CommandLine::ForCurrentProcess(); + const base::CommandLine* command_line = + base::CommandLine::ForCurrentProcess(); bool enable_logging = command_line->HasSwitch(switches::kEnableSandboxLogging);; if (enable_logging) { |