Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: content/browser/memory/memory_monitor_linux_unittest.cc

Issue 2321313002: Move components/memory_coordinator -> content/ (Closed)
Patch Set: rebase etc Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/memory/memory_monitor_linux_unittest.cc
diff --git a/components/memory_coordinator/browser/memory_monitor_linux_unittest.cc b/content/browser/memory/memory_monitor_linux_unittest.cc
similarity index 91%
rename from components/memory_coordinator/browser/memory_monitor_linux_unittest.cc
rename to content/browser/memory/memory_monitor_linux_unittest.cc
index df2ceeb7e88964168f9c675ab1b1577895153f07..3aa7306417f098ef1d4643b8f9ab463369b64846 100644
--- a/components/memory_coordinator/browser/memory_monitor_linux_unittest.cc
+++ b/content/browser/memory/memory_monitor_linux_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_linux.h"
+#include "content/browser/memory/memory_monitor_linux.h"
-#include "components/memory_coordinator/browser/test_memory_monitor.h"
+#include "content/browser/memory/test_memory_monitor.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace memory_coordinator {
+namespace content {
namespace {
@@ -74,4 +74,4 @@ TEST_F(MemoryMonitorLinuxTest, GetFreeMemoryUntilCriticalMB) {
delegate_.ResetCalls();
}
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698