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

Unified Diff: content/child/memory/child_memory_coordinator_impl.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.cc
diff --git a/components/memory_coordinator/child/child_memory_coordinator_impl.cc b/content/child/memory/child_memory_coordinator_impl.cc
similarity index 94%
rename from components/memory_coordinator/child/child_memory_coordinator_impl.cc
rename to content/child/memory/child_memory_coordinator_impl.cc
index b1419bb998102342a39d7545dfdab0db39c147c4..61f9b9db7225d0f78eba894cd2182ba83c749e7b 100644
--- a/components/memory_coordinator/child/child_memory_coordinator_impl.cc
+++ b/content/child/memory/child_memory_coordinator_impl.cc
@@ -2,13 +2,13 @@
// 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"
#include "base/lazy_instance.h"
#include "base/memory/memory_coordinator_client_registry.h"
#include "base/synchronization/lock.h"
-namespace memory_coordinator {
+namespace content {
namespace {
@@ -72,4 +72,4 @@ std::unique_ptr<ChildMemoryCoordinatorImpl> CreateChildMemoryCoordinator(
}
#endif
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698