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

Unified Diff: content/child/process_control_impl.cc

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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/process_control_impl.h ('k') | content/common/mojo/mojo_shell_connection_impl.cc » ('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 a53c01129e6c16bc5688e135afc7ddddb7cab2ac..f4cae6b28ee193171516e33e55686ce74f856f9e 100644
--- a/content/child/process_control_impl.cc
+++ b/content/child/process_control_impl.cc
@@ -22,7 +22,7 @@ ProcessControlImpl::~ProcessControlImpl() {
void ProcessControlImpl::LoadApplication(
const mojo::String& url,
- mojo::InterfaceRequest<mojo::Application> request,
+ mojo::InterfaceRequest<mojo::shell::mojom::Application> 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/mojo/mojo_shell_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698