| Index: base/memory/memory_pressure_monitor_win.cc
|
| diff --git a/base/memory/memory_pressure_monitor_win.cc b/base/memory/memory_pressure_monitor_win.cc
|
| index 8ac66cec0880248cdea7107cd2c6b33806e4cdf4..08732516fea4ae3609bb3afd677dba11450c23b9 100644
|
| --- a/base/memory/memory_pressure_monitor_win.cc
|
| +++ b/base/memory/memory_pressure_monitor_win.cc
|
| @@ -198,7 +198,7 @@ void MemoryPressureMonitor::CheckMemoryPressure() {
|
| // happen for moderate and critical pressure levels.
|
| DCHECK_NE(MemoryPressureListener::MEMORY_PRESSURE_LEVEL_NONE,
|
| current_memory_pressure_level_);
|
| - MemoryPressureListener::NotifyMemoryPressure(current_memory_pressure_level_);
|
| + Notify(current_memory_pressure_level_);
|
| }
|
|
|
| void MemoryPressureMonitor::CheckMemoryPressureAndRecordStatistics() {
|
|
|