| 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_) {
|
|
|