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

Unified Diff: content/child/memory/child_memory_coordinator_impl_android.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_android.cc
diff --git a/components/memory_coordinator/child/child_memory_coordinator_impl_android.cc b/content/child/memory/child_memory_coordinator_impl_android.cc
similarity index 86%
rename from components/memory_coordinator/child/child_memory_coordinator_impl_android.cc
rename to content/child/memory/child_memory_coordinator_impl_android.cc
index 976994c19850e5cc3030a9461a7dc9c246a4d861..4a70116b5c4360361f40bf69b201473119d22314 100644
--- a/components/memory_coordinator/child/child_memory_coordinator_impl_android.cc
+++ b/content/child/memory/child_memory_coordinator_impl_android.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/child/child_memory_coordinator_impl_android.h"
+#include "content/child/memory/child_memory_coordinator_impl_android.h"
-namespace memory_coordinator {
+namespace content {
ChildMemoryCoordinatorImplAndroid::ChildMemoryCoordinatorImplAndroid(
mojom::MemoryCoordinatorHandlePtr parent,
@@ -26,4 +26,4 @@ std::unique_ptr<ChildMemoryCoordinatorImpl> CreateChildMemoryCoordinator(
new ChildMemoryCoordinatorImplAndroid(std::move(parent), delegate));
}
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698