| Index: content/browser/mach_broker_mac_unittest.cc
|
| diff --git a/content/browser/mach_broker_mac_unittest.cc b/content/browser/mach_broker_mac_unittest.cc
|
| index 9ba50c3109022be8757370123d8e38c2ba819fde..a03ae297119c33158eb01cd9f6722ae41a6b16ff 100644
|
| --- a/content/browser/mach_broker_mac_unittest.cc
|
| +++ b/content/browser/mach_broker_mac_unittest.cc
|
| @@ -29,7 +29,7 @@ class MachBrokerTest : public testing::Test {
|
| void FinalizePid(base::ProcessHandle pid,
|
| mach_port_t task_port) {
|
| base::AutoLock lock(broker_.GetLock());
|
| - broker_.FinalizePid(pid, task_port);
|
| + broker_.broker_.FinalizePid(pid, task_port);
|
| }
|
|
|
| protected:
|
|
|