| Index: content/browser/memory/test_memory_monitor.cc
|
| diff --git a/components/memory_coordinator/browser/test_memory_monitor.cc b/content/browser/memory/test_memory_monitor.cc
|
| similarity index 72%
|
| rename from components/memory_coordinator/browser/test_memory_monitor.cc
|
| rename to content/browser/memory/test_memory_monitor.cc
|
| index d17e768babe2a4d05de281f12c9c7c64c011991f..a9bf419a27694cff1a2128bbca1a9811f2b4aaf0 100644
|
| --- a/components/memory_coordinator/browser/test_memory_monitor.cc
|
| +++ b/content/browser/memory/test_memory_monitor.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/memory_coordinator/browser/test_memory_monitor.h"
|
| +#include "content/browser/memory/test_memory_monitor.h"
|
|
|
| -namespace memory_coordinator {
|
| +namespace content {
|
|
|
| TestMemoryMonitorDelegate::~TestMemoryMonitorDelegate() {}
|
|
|
| @@ -14,4 +14,4 @@ void TestMemoryMonitorDelegate::GetSystemMemoryInfo(
|
| ++calls_;
|
| }
|
|
|
| -} // namespace memory_coordinator
|
| +} // namespace content
|
|
|