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

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

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/browser/service_worker/embedded_worker_test_helper.cc ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/mojo/mojo_application.cc
diff --git a/content/child/mojo/mojo_application.cc b/content/child/mojo/mojo_application.cc
index 24a720e5dc7e846b59365b7fbe44604c805a604d..7aa45979ac8e4ce18aa6301b672bf592e6c49f01 100644
--- a/content/child/mojo/mojo_application.cc
+++ b/content/child/mojo/mojo_application.cc
@@ -27,8 +27,8 @@ void MojoApplication::InitWithToken(const std::string& token) {
application_setup.Bind(
mojo::InterfacePtrInfo<mojom::ApplicationSetup>(std::move(handle), 0u));
- mojo::shell::mojom::InterfaceProviderPtr services;
- mojo::shell::mojom::InterfaceProviderPtr exposed_services;
+ shell::mojom::InterfaceProviderPtr services;
+ 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/child/process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698