diff options
Diffstat (limited to 'chrome/browser/child_process_launcher.cc')
-rw-r--r-- | chrome/browser/child_process_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/child_process_launcher.cc b/chrome/browser/child_process_launcher.cc index 2586826..a4a610a 100644 --- a/chrome/browser/child_process_launcher.cc +++ b/chrome/browser/child_process_launcher.cc @@ -173,7 +173,7 @@ class ChildProcessLauncher::Context // notification will be processed by the MachBroker after the call to // AddPlaceholderForPid(), enabling proper cleanup. { // begin scope for AutoLock - MachBroker* broker = MachBroker::instance(); + MachBroker* broker = MachBroker::GetInstance(); AutoLock lock(broker->GetLock()); // This call to |PrepareForFork()| will start the MachBroker listener |