Index: services/shell/runner/host/in_process_native_runner.h |
diff --git a/services/shell/runner/host/in_process_native_runner.h b/services/shell/runner/host/in_process_native_runner.h |
index 8b1af2636b06d80f4f0118df65dde7d0060058fd..99e40db471f1207fa1897a1845f1304a4bc70bd2 100644 |
--- a/services/shell/runner/host/in_process_native_runner.h |
+++ b/services/shell/runner/host/in_process_native_runner.h |
@@ -30,7 +30,7 @@ class InProcessNativeRunner : public NativeRunner, |
~InProcessNativeRunner() override; |
// NativeRunner: |
- mojom::ShellClientPtr Start( |
+ mojom::ServicePtr Start( |
const base::FilePath& app_path, |
const Identity& target, |
bool start_sandboxed, |
@@ -42,7 +42,7 @@ class InProcessNativeRunner : public NativeRunner, |
void Run() override; |
base::FilePath app_path_; |
- mojom::ShellClientRequest request_; |
+ mojom::ServiceRequest request_; |
base::Callback<bool(void)> app_completed_callback_runner_; |
base::ScopedNativeLibrary app_library_; |