| Index: base/memory/memory_pressure_monitor_mac.cc
|
| diff --git a/base/mac/memory_pressure_monitor.cc b/base/memory/memory_pressure_monitor_mac.cc
|
| similarity index 98%
|
| rename from base/mac/memory_pressure_monitor.cc
|
| rename to base/memory/memory_pressure_monitor_mac.cc
|
| index 5667aa6661c08cd2a89955ca4b58b9ee6ece3fdc..f394935acb99ffe2738816dd722c415ab2e875d5 100644
|
| --- a/base/mac/memory_pressure_monitor.cc
|
| +++ b/base/memory/memory_pressure_monitor_mac.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/mac/memory_pressure_monitor.h"
|
| +#include "base/memory/memory_pressure_monitor_mac.h"
|
|
|
| #include <dlfcn.h>
|
| #include <sys/sysctl.h>
|
|
|