Index: content/common/process_control.mojom |
diff --git a/content/common/process_control.mojom b/content/common/process_control.mojom |
index d872d81b5558d039ad139477f4b35336088effb6..d7b8832824d2cbf1777607987ea026aec42f9d6f 100644 |
--- a/content/common/process_control.mojom |
+++ b/content/common/process_control.mojom |
@@ -4,10 +4,10 @@ |
module content.mojom; |
-import "services/shell/public/interfaces/shell_client.mojom"; |
+import "services/shell/public/interfaces/service.mojom"; |
interface ProcessControl { |
LoadApplication(string url, |
- shell.mojom.ShellClient& request) => (bool success); |
+ shell.mojom.Service& request) => (bool success); |
}; |