diff options
Diffstat (limited to 'content/browser/mach_broker_mac.mm')
-rw-r--r-- | content/browser/mach_broker_mac.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/mach_broker_mac.mm b/content/browser/mach_broker_mac.mm index e4ee38e..d526d6e 100644 --- a/content/browser/mach_broker_mac.mm +++ b/content/browser/mach_broker_mac.mm @@ -276,7 +276,8 @@ void MachBroker::InvalidatePid(base::ProcessHandle pid) { // static std::string MachBroker::GetMachPortName() { - const CommandLine* command_line = CommandLine::ForCurrentProcess(); + const base::CommandLine* command_line = + base::CommandLine::ForCurrentProcess(); const bool is_child = command_line->HasSwitch(switches::kProcessType); // In non-browser (child) processes, use the parent's pid. |