| Index: components/memory_pressure/filtered_memory_pressure_calculator.cc
|
| diff --git a/components/memory_pressure/filtered_memory_pressure_calculator.cc b/components/memory_pressure/filtered_memory_pressure_calculator.cc
|
| index bf10f5a3fb9b0a88afe8f131c5a8990e10b5e7fa..ce4e6071a2dc2e71d56e1f8339866b042c0474ee 100644
|
| --- a/components/memory_pressure/filtered_memory_pressure_calculator.cc
|
| +++ b/components/memory_pressure/filtered_memory_pressure_calculator.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "components/memory_pressure/filtered_memory_pressure_calculator.h"
|
|
|
| +#include <algorithm>
|
| #include "base/time/tick_clock.h"
|
|
|
| namespace memory_pressure {
|
|
|