Index: content/common/sandbox_mac.mm |
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm |
index f4ea8d575831570cb80a408921bff485a185a998..88a4bcca7a72f97b9534cceb47ba41f21111fa09 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) { |