| Index: base/memory/memory_pressure_monitor_mac_unittest.cc
|
| diff --git a/base/mac/memory_pressure_monitor_unittest.cc b/base/memory/memory_pressure_monitor_mac_unittest.cc
|
| similarity index 97%
|
| rename from base/mac/memory_pressure_monitor_unittest.cc
|
| rename to base/memory/memory_pressure_monitor_mac_unittest.cc
|
| index acb366609efe43a6fe892a920f230175b680af63..e037a9dcdd6d65df9e907303c84acce421bca2b8 100644
|
| --- a/base/mac/memory_pressure_monitor_unittest.cc
|
| +++ b/base/memory/memory_pressure_monitor_mac_unittest.cc
|
| @@ -2,7 +2,8 @@
|
| // 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 "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace base {
|
|
|