Index: content/browser/mach_broker_mac.mm |
diff --git a/content/browser/mach_broker_mac.mm b/content/browser/mach_broker_mac.mm |
index e4ee38e09b2f4cc7c5886f4e62c29c293ddee94a..d526d6ea8750e8ab46910fca212782e31f2af98a 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. |