| Index: content/common/memory_coordinator.mojom
 | 
| diff --git a/components/memory_coordinator/public/interfaces/memory_coordinator.mojom b/content/common/memory_coordinator.mojom
 | 
| similarity index 79%
 | 
| rename from components/memory_coordinator/public/interfaces/memory_coordinator.mojom
 | 
| rename to content/common/memory_coordinator.mojom
 | 
| index f56250ac5f06f01e26b1aad87ae3998b61c9d8f3..82d40b97d67a40d5877bc68f440a1c5cbe40dbd2 100644
 | 
| --- a/components/memory_coordinator/public/interfaces/memory_coordinator.mojom
 | 
| +++ b/content/common/memory_coordinator.mojom
 | 
| @@ -2,9 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -module memory_coordinator.mojom;
 | 
| +module content.mojom;
 | 
|  
 | 
| -import "components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom";
 | 
| +import "content/common/child_memory_coordinator.mojom";
 | 
|  
 | 
|  // An interface to access the central memory coordinator from a child process.
 | 
|  // The browser process creates a handle for each child process.
 | 
| 
 |