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

Unified Diff: content/common/memory_coordinator.mojom

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

Powered by Google App Engine
This is Rietveld 408576698