| Index: base/memory/memory_pressure_monitor_win.cc
|
| diff --git a/base/win/memory_pressure_monitor.cc b/base/memory/memory_pressure_monitor_win.cc
|
| similarity index 99%
|
| rename from base/win/memory_pressure_monitor.cc
|
| rename to base/memory/memory_pressure_monitor_win.cc
|
| index ed49a40a816b85c2df285624f2bdec55648ed9c5..4349d035806c3efe6689c0846b7d787a11e467ce 100644
|
| --- a/base/win/memory_pressure_monitor.cc
|
| +++ b/base/memory/memory_pressure_monitor_win.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/win/memory_pressure_monitor.h"
|
| +#include "base/memory/memory_pressure_monitor_win.h"
|
|
|
| #include <windows.h>
|
|
|
|
|