| Index: mojo/shell/dynamic_service_runner.h
|
| diff --git a/mojo/shell/dynamic_service_runner.h b/mojo/shell/dynamic_service_runner.h
|
| index b61f6518a726b8440cb979e6f174785df35386e9..8234a67af28ea1ca1473b0393ee7ebe10c6fb95d 100644
|
| --- a/mojo/shell/dynamic_service_runner.h
|
| +++ b/mojo/shell/dynamic_service_runner.h
|
| @@ -29,7 +29,7 @@ class DynamicServiceRunner {
|
| // runs it on some other thread/process. |app_completed_callback| is posted
|
| // (to the thread on which |Start()| was called) after |MojoMain()| completes.
|
| virtual void Start(const base::FilePath& app_path,
|
| - ScopedShellHandle service_handle,
|
| + ScopedMessagePipeHandle service_handle,
|
| const base::Closure& app_completed_callback) = 0;
|
| };
|
|
|
|
|