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

Unified Diff: content/child/mojo/mojo_application.cc

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
Index: content/child/mojo/mojo_application.cc
diff --git a/content/child/mojo/mojo_application.cc b/content/child/mojo/mojo_application.cc
index 8efc0049326b32534270f54725fffc2785997433..555720624caaf232162960cb67de370234597202 100644
--- a/content/child/mojo/mojo_application.cc
+++ b/content/child/mojo/mojo_application.cc
@@ -50,8 +50,8 @@ void MojoApplication::OnActivate(
application_setup.Bind(
mojo::InterfacePtrInfo<ApplicationSetup>(std::move(pipe), 0u));
- mojo::InterfaceProviderPtr services;
- mojo::InterfaceProviderPtr exposed_services;
+ mojo::shell::mojom::InterfaceProviderPtr services;
+ mojo::shell::mojom::InterfaceProviderPtr exposed_services;
service_registry_.Bind(GetProxy(&exposed_services));
application_setup->ExchangeInterfaceProviders(GetProxy(&services),
std::move(exposed_services));
« no previous file with comments | « content/browser/service_worker/embedded_worker_test_helper.cc ('k') | content/common/application_setup.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698