| Index: services/shell/runner/host/out_of_process_native_runner.cc
|
| diff --git a/services/shell/runner/host/out_of_process_native_runner.cc b/services/shell/runner/host/out_of_process_native_runner.cc
|
| index eeeb234256b3c411b18c4d25d60ddcada08f62c9..2b693d7308453af79ac02d3b53bc651e45a1e5f3 100644
|
| --- a/services/shell/runner/host/out_of_process_native_runner.cc
|
| +++ b/services/shell/runner/host/out_of_process_native_runner.cc
|
| @@ -30,7 +30,7 @@ OutOfProcessNativeRunner::~OutOfProcessNativeRunner() {
|
| child_process_host_->Join();
|
| }
|
|
|
| -mojom::ShellClientPtr OutOfProcessNativeRunner::Start(
|
| +mojom::ServicePtr OutOfProcessNativeRunner::Start(
|
| const base::FilePath& app_path,
|
| const Identity& target,
|
| bool start_sandboxed,
|
|
|