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

Unified Diff: content/common/application_setup.mojom

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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/child/mojo/mojo_application.cc ('k') | content/common/mojo/service_registry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/application_setup.mojom
diff --git a/content/common/application_setup.mojom b/content/common/application_setup.mojom
index dc730633e70ef56d89314213d5fe7bf0f9a8c60d..ac0530689fc18eb42dc67e50d4245209f42afc52 100644
--- a/content/common/application_setup.mojom
+++ b/content/common/application_setup.mojom
@@ -7,6 +7,7 @@ module content;
import "mojo/shell/public/interfaces/interface_provider.mojom";
interface ApplicationSetup {
- ExchangeInterfaceProviders(mojo.InterfaceProvider& remote_interfaces,
- mojo.InterfaceProvider local_interfaces);
+ ExchangeInterfaceProviders(
+ mojo.shell.mojom.InterfaceProvider& remote_interfaces,
+ mojo.shell.mojom.InterfaceProvider local_interfaces);
};
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698