Chromium Code Reviews

Unified Diff: content/browser/memory/memory_coordinator_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.
Jump to:
View side-by-side diff with in-line comments
Index: content/browser/memory/memory_coordinator_unittest.cc
diff --git a/components/memory_coordinator/browser/memory_coordinator_unittest.cc b/content/browser/memory/memory_coordinator_unittest.cc
similarity index 94%
rename from components/memory_coordinator/browser/memory_coordinator_unittest.cc
rename to content/browser/memory/memory_coordinator_unittest.cc
index e08d539cb0e774e126d064535ffb2252a987840b..c62232f1a141eba03fbb6c0c792be61ab66ec106 100644
--- a/components/memory_coordinator/browser/memory_coordinator_unittest.cc
+++ b/content/browser/memory/memory_coordinator_unittest.cc
@@ -2,17 +2,16 @@
// 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_coordinator.h"
+#include "content/browser/memory/memory_coordinator.h"
#include "base/memory/memory_pressure_monitor.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
-#include "components/memory_coordinator/common/memory_coordinator_features.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace memory_coordinator {
+namespace content {
namespace {
@@ -137,4 +136,4 @@ TEST_F(MemoryCoordinatorTest, SetMemoryStateDelivered) {
EXPECT_EQ(mojom::MemoryState::SUSPENDED, cmc2->state());
}
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine