| Index: services/shell/native_runner.h
|
| diff --git a/services/shell/native_runner.h b/services/shell/native_runner.h
|
| index c81d2adf93cc16040b34af9eb834faf1eb09e81e..20d0a841e85798d43b2648c20b6cf0c5b34dfcee 100644
|
| --- a/services/shell/native_runner.h
|
| +++ b/services/shell/native_runner.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/process/process_handle.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| -#include "services/shell/public/interfaces/shell_client.mojom.h"
|
| +#include "services/shell/public/interfaces/service.mojom.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -26,9 +26,9 @@ class NativeRunner {
|
| virtual ~NativeRunner() {}
|
|
|
| // Loads the app in the file at |app_path| and runs it on some other
|
| - // thread/process. Returns a ShellClient handle the shell can use to connect
|
| + // thread/process. Returns a Service handle the shell can use to connect
|
| // to the the app.
|
| - virtual mojom::ShellClientPtr Start(
|
| + virtual mojom::ServicePtr Start(
|
| const base::FilePath& app_path,
|
| const Identity& target,
|
| bool start_sandboxed,
|
|
|