| Index: chromeos/chromeos_switches.h
|
| diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
|
| index 295efc41199970cecbcfee214924e460b36c7443..7520437adf316730589a9e482a738d872c1c6ac9 100644
|
| --- a/chromeos/chromeos_switches.h
|
| +++ b/chromeos/chromeos_switches.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_
|
| #define CHROMEOS_CHROMEOS_SWITCHES_H_
|
|
|
| -#include "base/chromeos/memory_pressure_monitor_chromeos.h"
|
| +#include "base/chromeos/memory_pressure_monitor.h"
|
| #include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
| @@ -115,7 +115,7 @@ CHROMEOS_EXPORT extern const char kDataSaverPromptDemoMode[];
|
| CHROMEOS_EXPORT bool WakeOnWifiEnabled();
|
|
|
| CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled();
|
| -CHROMEOS_EXPORT base::MemoryPressureMonitorChromeOS::MemoryPressureThresholds
|
| +CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds
|
| GetMemoryPressureThresholds();
|
|
|
| } // namespace switches
|
|
|