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

Unified Diff: content/common/service_worker/embedded_worker_setup.mojom

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/embedded_worker_setup.mojom
diff --git a/content/common/service_worker/embedded_worker_setup.mojom b/content/common/service_worker/embedded_worker_setup.mojom
index a5160c13aa402f5c587143a55df30a06efcd8252..f70830ac82c6c9a1320d0a85bde8df586a407410 100644
--- a/content/common/service_worker/embedded_worker_setup.mojom
+++ b/content/common/service_worker/embedded_worker_setup.mojom
@@ -9,6 +9,6 @@ import "services/service_manager/public/interfaces/interface_provider.mojom";
interface EmbeddedWorkerSetup {
ExchangeInterfaceProviders(
int32 thread_id,
- shell.mojom.InterfaceProvider& remote_interfaces,
- shell.mojom.InterfaceProvider local_interfaces);
+ service_manager.mojom.InterfaceProvider& remote_interfaces,
+ service_manager.mojom.InterfaceProvider local_interfaces);
};
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698