| Index: src/trusted/sel_universal/reverse_emulate.h
|
| diff --git a/src/trusted/sel_universal/reverse_emulate.h b/src/trusted/sel_universal/reverse_emulate.h
|
| index 6939a54e5323ee7348ce5b9789a1b531a647bf58..ca37bea2b84ab1b72b89d098170d3296f31002cf 100644
|
| --- a/src/trusted/sel_universal/reverse_emulate.h
|
| +++ b/src/trusted/sel_universal/reverse_emulate.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| + * Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| @@ -10,12 +10,13 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h"
|
| +
|
| class NaClCommandLoop;
|
| struct NaClSrpcChannel;
|
|
|
| namespace nacl {
|
| class ReverseService;
|
| -struct SelLdrLauncher;
|
| } // namespace nacl
|
|
|
| // The browser exports a reverse service that client nexes can use for a
|
| @@ -28,7 +29,7 @@ struct SelLdrLauncher;
|
| // Starts an emulator for reverse service and handles the start up expected
|
| // by nexes. Returns true on success, false on failure.
|
| bool ReverseEmulateInit(NaClSrpcChannel* command_channel,
|
| - nacl::SelLdrLauncher* launcher);
|
| + nacl::SelLdrLauncherStandalone* launcher);
|
|
|
| // Shuts down reverse service emulation.
|
| void ReverseEmulateFini();
|
|
|