| Index: components/nacl/loader/nonsfi/nonsfi_main.h
|
| diff --git a/components/nacl/loader/nonsfi/nonsfi_main.h b/components/nacl/loader/nonsfi/nonsfi_main.h
|
| index 6c674ce2f78fc737f8d29551220ff7e5fc10177e..5098ab0e687ae85f436911e014b2b50cebfb26e7 100644
|
| --- a/components/nacl/loader/nonsfi/nonsfi_main.h
|
| +++ b/components/nacl/loader/nonsfi/nonsfi_main.h
|
| @@ -5,14 +5,13 @@
|
| #ifndef COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
|
| #define COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
|
|
|
| -#include "native_client/src/include/portability.h"
|
| -#include "native_client/src/public/imc_types.h"
|
| +struct NaClDesc;
|
|
|
| namespace nacl {
|
| namespace nonsfi {
|
|
|
| -// Launch NaCl with Non SFI mode.
|
| -void MainStart(NaClHandle imc_bootstrap_handle);
|
| +// Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
|
| +void MainStart(NaClDesc* nexe_file);
|
|
|
| } // namespace nonsfi
|
| } // namespace nacl
|
|
|