Index: content/browser/memory/memory_monitor_win_unittest.cc |
diff --git a/components/memory_coordinator/browser/memory_monitor_win_unittest.cc b/content/browser/memory/memory_monitor_win_unittest.cc |
similarity index 97% |
rename from components/memory_coordinator/browser/memory_monitor_win_unittest.cc |
rename to content/browser/memory/memory_monitor_win_unittest.cc |
index ce25061544f791d8f283aec3f1571082a7963b6a..3adcd5e218ab66d234fbd4e12f29e1ae50c3f859 100644 |
--- a/components/memory_coordinator/browser/memory_monitor_win_unittest.cc |
+++ b/content/browser/memory/memory_monitor_win_unittest.cc |
@@ -2,12 +2,12 @@ |
// 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/memory_monitor_win.h" |
+#include "content/browser/memory/memory_monitor_win.h" |
#include "base/process/process_metrics.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace memory_coordinator { |
+namespace content { |
namespace { |
@@ -155,4 +155,4 @@ TEST_F(MemoryMonitorWinTest, GetFreeMemoryUntilCriticalMB) { |
delegate_.ResetCalls(); |
} |
-} // namespace memory_coordinator |
+} // namespace content |