| Index: base/memory/memory_pressure_monitor_win.h
|
| diff --git a/base/memory/memory_pressure_monitor_win.h b/base/memory/memory_pressure_monitor_win.h
|
| index 07f04eb893ebdb87a736b1daf31f1f93fcb4af05..030b8b33e2865493545c2b8810ef28e6efd4914f 100644
|
| --- a/base/memory/memory_pressure_monitor_win.h
|
| +++ b/base/memory/memory_pressure_monitor_win.h
|
| @@ -117,7 +117,7 @@ class BASE_EXPORT MemoryPressureMonitor : public base::MemoryPressureMonitor {
|
| int critical_threshold_mb_;
|
|
|
| // A periodic timer to check for memory pressure changes.
|
| - base::RepeatingTimer<MemoryPressureMonitor> timer_;
|
| + base::RepeatingTimer timer_;
|
|
|
| // The current memory pressure.
|
| MemoryPressureLevel current_memory_pressure_level_;
|
|
|