Index: services/shell/runner/host/in_process_native_runner.cc |
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc |
index e18cfa6a2fc731d09499c8f4382b0f9583e3fe31..4bb67c86490d887ba73c140088c78d9988b7f200 100644 |
--- a/services/shell/runner/host/in_process_native_runner.cc |
+++ b/services/shell/runner/host/in_process_native_runner.cc |
@@ -35,7 +35,7 @@ InProcessNativeRunner::~InProcessNativeRunner() { |
} |
} |
-mojom::ShellClientPtr InProcessNativeRunner::Start( |
+mojom::ServicePtr InProcessNativeRunner::Start( |
const base::FilePath& app_path, |
const Identity& target, |
bool start_sandboxed, |
@@ -44,7 +44,7 @@ mojom::ShellClientPtr InProcessNativeRunner::Start( |
app_path_ = app_path; |
DCHECK(!request_.is_pending()); |
- mojom::ShellClientPtr client; |
+ mojom::ServicePtr client; |
request_ = GetProxy(&client); |
DCHECK(app_completed_callback_runner_.is_null()); |