| Index: base/memory/memory_pressure_monitor_mac.h
|
| diff --git a/base/mac/memory_pressure_monitor.h b/base/memory/memory_pressure_monitor_mac.h
|
| similarity index 91%
|
| rename from base/mac/memory_pressure_monitor.h
|
| rename to base/memory/memory_pressure_monitor_mac.h
|
| index afaec274715aad5a3890585bbc90e2af2991ff91..8d4c26a55f0c0ded0a8260afea68d49549ea940f 100644
|
| --- a/base/mac/memory_pressure_monitor.h
|
| +++ b/base/memory/memory_pressure_monitor_mac.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_MAC_MEMORY_PRESSURE_MONITOR_H_
|
| -#define BASE_MAC_MEMORY_PRESSURE_MONITOR_H_
|
| +#ifndef BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
| +#define BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
|
|
| #include <dispatch/dispatch.h>
|
|
|
| @@ -60,4 +60,4 @@ class BASE_EXPORT MemoryPressureMonitor : public base::MemoryPressureMonitor {
|
| } // namespace mac
|
| } // namespace base
|
|
|
| -#endif // BASE_MAC_MEMORY_PRESSURE_MONITOR_H_
|
| +#endif // BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
|
|