| Index: content/child/process_control_impl.cc
|
| diff --git a/content/child/process_control_impl.cc b/content/child/process_control_impl.cc
|
| index f4cae6b28ee193171516e33e55686ce74f856f9e..9f4b4740f7bf9effaf9a85583fb2e06f50af9ee1 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::shell::mojom::Application> request,
|
| + mojo::InterfaceRequest<mojo::shell::mojom::ShellClient> request,
|
| const LoadApplicationCallback& callback) {
|
| // Only register loaders when we need it.
|
| if (!has_registered_loaders_) {
|
|
|