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

Unified Diff: content/child/process_control_impl.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/child/process_control_impl.h ('k') | content/common/application_setup.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/process_control_impl.cc
diff --git a/content/child/process_control_impl.cc b/content/child/process_control_impl.cc
index fb0cd145981d209490e8ea11158b7fbacec22af6..36ec78f5093e0034a02a584a982393b414abdf95 100644
--- a/content/child/process_control_impl.cc
+++ b/content/child/process_control_impl.cc
@@ -21,7 +21,7 @@ ProcessControlImpl::~ProcessControlImpl() {
void ProcessControlImpl::LoadApplication(
const mojo::String& name,
- mojo::InterfaceRequest<mojo::shell::mojom::ShellClient> request,
+ mojo::InterfaceRequest<shell::mojom::ShellClient> request,
const LoadApplicationCallback& callback) {
// Only register loaders when we need it.
if (!has_registered_loaders_) {
« no previous file with comments | « content/child/process_control_impl.h ('k') | content/common/application_setup.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698