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

Unified Diff: content/child/memory/child_memory_coordinator_impl_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/child/memory/child_memory_coordinator_impl_unittest.cc
diff --git a/components/memory_coordinator/child/child_memory_coordinator_impl_unittest.cc b/content/child/memory/child_memory_coordinator_impl_unittest.cc
similarity index 95%
rename from components/memory_coordinator/child/child_memory_coordinator_impl_unittest.cc
rename to content/child/memory/child_memory_coordinator_impl_unittest.cc
index d6b8bd116d7a7ffbea5fb738e2fe0d22399ad4ca..fe20c0cfa3c579c4bbf61de9a0c924addd2c9551 100644
--- a/components/memory_coordinator/child/child_memory_coordinator_impl_unittest.cc
+++ b/content/child/memory/child_memory_coordinator_impl_unittest.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/memory_coordinator/child/child_memory_coordinator_impl.h"
+#include "content/child/memory/child_memory_coordinator_impl.h"
#if defined(OS_ANDROID)
-#include "components/memory_coordinator/child/child_memory_coordinator_impl_android.h"
+#include "content/child/memory/child_memory_coordinator_impl_android.h"
#endif // defined(OS_ANDROID)
#include <memory>
@@ -16,7 +16,7 @@
#include "base/threading/thread.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace memory_coordinator {
+namespace content {
class MockMemoryCoordinatorHandle : public mojom::MemoryCoordinatorHandle {
public:
@@ -185,4 +185,4 @@ TEST_F(ChildMemoryCoordinatorImplTest, OnTrimMemoryImmediately) {
} // namespace
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698