| Index: mojo/shell/runner/host/child_process_host.h
|
| diff --git a/mojo/shell/runner/host/child_process_host.h b/mojo/shell/runner/host/child_process_host.h
|
| index c13251a34fafcba9da8aee04d2ad8ae6b1366d2c..9e0fb832d4bd28be98a9c16e90034f3544f5a82a 100644
|
| --- a/mojo/shell/runner/host/child_process_host.h
|
| +++ b/mojo/shell/runner/host/child_process_host.h
|
| @@ -61,7 +61,7 @@ class ChildProcessHost {
|
|
|
| // |Start()|s the child process; calls |DidStart()| (on the thread on which
|
| // |Start()| was called) when the child has been started (or failed to start).
|
| - mojom::ShellClientPtr Start(const String& name,
|
| + mojom::ShellClientPtr Start(const Identity& target,
|
| const ProcessReadyCallback& callback,
|
| const base::Closure& quit_closure);
|
|
|
|
|