| 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
 | 
| 
 |