| Index: services/shell/runner/host/child_process.cc
|
| diff --git a/services/shell/runner/host/child_process.cc b/services/shell/runner/host/child_process.cc
|
| index 67d5c53ac909ae53dd09f6e58918ab519a1fe88e..77306fcfb7d4050a782a05adc01d616dc9e688df 100644
|
| --- a/services/shell/runner/host/child_process.cc
|
| +++ b/services/shell/runner/host/child_process.cc
|
| @@ -41,8 +41,8 @@ namespace shell {
|
| namespace {
|
|
|
| void RunNativeLibrary(base::NativeLibrary app_library,
|
| - mojom::ShellClientRequest shell_client_request) {
|
| - if (!RunNativeApplication(app_library, std::move(shell_client_request))) {
|
| + mojom::ServiceRequest service_request) {
|
| + if (!RunNativeApplication(app_library, std::move(service_request))) {
|
| LOG(ERROR) << "Failure to RunNativeApplication()";
|
| }
|
| }
|
|
|