| Index: base/memory/memory_pressure_monitor_chromeos.cc
|
| diff --git a/base/chromeos/memory_pressure_monitor.cc b/base/memory/memory_pressure_monitor_chromeos.cc
|
| similarity index 99%
|
| rename from base/chromeos/memory_pressure_monitor.cc
|
| rename to base/memory/memory_pressure_monitor_chromeos.cc
|
| index 5e8aadfbd81871713bb25bc19d0dde015fd70212..640e4633fd51c7cb9d3e820af18c62a17ea14f0b 100644
|
| --- a/base/chromeos/memory_pressure_monitor.cc
|
| +++ b/base/memory/memory_pressure_monitor_chromeos.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/chromeos/memory_pressure_monitor.h"
|
| +#include "base/memory/memory_pressure_monitor_chromeos.h"
|
|
|
| #include <fcntl.h>
|
| #include <sys/select.h>
|
|
|