| Index: base/memory/memory_pressure_monitor_win.h
|
| diff --git a/base/win/memory_pressure_monitor.h b/base/memory/memory_pressure_monitor_win.h
|
| similarity index 97%
|
| rename from base/win/memory_pressure_monitor.h
|
| rename to base/memory/memory_pressure_monitor_win.h
|
| index 933d91290f113befc56f607641b7d7f60495d690..07f04eb893ebdb87a736b1daf31f1f93fcb4af05 100644
|
| --- a/base/win/memory_pressure_monitor.h
|
| +++ b/base/memory/memory_pressure_monitor_win.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_WIN_MEMORY_PRESSURE_MONITOR_H_
|
| -#define BASE_WIN_MEMORY_PRESSURE_MONITOR_H_
|
| +#ifndef BASE_MEMORY_MEMORY_PRESSURE_MONITOR_WIN_H_
|
| +#define BASE_MEMORY_MEMORY_PRESSURE_MONITOR_WIN_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/memory/memory_pressure_listener.h"
|
| @@ -141,4 +141,4 @@ class BASE_EXPORT MemoryPressureMonitor : public base::MemoryPressureMonitor {
|
| } // namespace win
|
| } // namespace base
|
|
|
| -#endif // BASE_WIN_MEMORY_PRESSURE_MONITOR_H_
|
| +#endif // BASE_MEMORY_MEMORY_PRESSURE_MONITOR_WIN_H_
|
|
|