| 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 5098ab0e687ae85f436911e014b2b50cebfb26e7..3a28bcd2fddfee0be9b8b57050e13a19beff5472 100644
|
| --- a/components/nacl/loader/nonsfi/nonsfi_main.h
|
| +++ b/components/nacl/loader/nonsfi/nonsfi_main.h
|
| @@ -5,13 +5,11 @@
|
| #ifndef COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
|
| #define COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
|
|
|
| -struct NaClDesc;
|
| -
|
| namespace nacl {
|
| namespace nonsfi {
|
|
|
| // Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
|
| -void MainStart(NaClDesc* nexe_file);
|
| +void MainStart(int nexe_file);
|
|
|
| } // namespace nonsfi
|
| } // namespace nacl
|
|
|