| Index: base/memory/memory_pressure_monitor_mac.cc
|
| diff --git a/base/memory/memory_pressure_monitor_mac.cc b/base/memory/memory_pressure_monitor_mac.cc
|
| index dfbaff8a75b01e27c069cc7aab4753d27c39efa0..6dd5ed6fbd8ae342e206f558c90b246dd5167b20 100644
|
| --- a/base/memory/memory_pressure_monitor_mac.cc
|
| +++ b/base/memory/memory_pressure_monitor_mac.cc
|
| @@ -32,7 +32,7 @@ void MemoryPressureMonitor::NotifyMemoryPressureChanged(
|
| int mac_memory_pressure = dispatch_source_get_data(event_source);
|
| MemoryPressureListener::MemoryPressureLevel memory_pressure_level =
|
| MemoryPressureLevelForMacMemoryPressure(mac_memory_pressure);
|
| - MemoryPressureListener::NotifyMemoryPressure(memory_pressure_level);
|
| + MemoryPressureMonitor::Get()->Notify(memory_pressure_level);
|
| }
|
|
|
| MemoryPressureMonitor::MemoryPressureMonitor()
|
|
|