| Index: base/memory/memory_pressure_monitor_chromeos_unittest.cc
|
| diff --git a/base/chromeos/memory_pressure_monitor_unittest.cc b/base/memory/memory_pressure_monitor_chromeos_unittest.cc
|
| similarity index 98%
|
| rename from base/chromeos/memory_pressure_monitor_unittest.cc
|
| rename to base/memory/memory_pressure_monitor_chromeos_unittest.cc
|
| index 4fb83327f4cd94a0283ef195a3e2f5ddc1082867..e0afa448a412e80a24be8293716ecd403d954de9 100644
|
| --- a/base/chromeos/memory_pressure_monitor_unittest.cc
|
| +++ b/base/memory/memory_pressure_monitor_chromeos_unittest.cc
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/memory/memory_pressure_monitor_chromeos.h"
|
| +
|
| #include "base/basictypes.h"
|
| -#include "base/chromeos/memory_pressure_monitor.h"
|
| #include "base/memory/memory_pressure_listener.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|