Index: src/trusted/sel_universal/reverse_emulate.cc |
diff --git a/src/trusted/sel_universal/reverse_emulate.cc b/src/trusted/sel_universal/reverse_emulate.cc |
index 049b937cdccb8f55e08430894759fc19184791e9..b978239b2522364647df45ed0c80da1a15ce0c68 100644 |
--- a/src/trusted/sel_universal/reverse_emulate.cc |
+++ b/src/trusted/sel_universal/reverse_emulate.cc |
@@ -72,7 +72,7 @@ nacl::scoped_ptr_refcount<nacl::ReverseService> g_reverse_service; |
bool ReverseEmulateInit(NaClSrpcChannel* command_channel, |
- nacl::SelLdrLauncher* launcher) { |
+ nacl::SelLdrLauncherStandalone* launcher) { |
// Do the SRPC to the command channel to set up the reverse channel. |
// This returns a NaClDesc* containing a socket address. |
NaClLog(1, "ReverseEmulateInit: launching reverse RPC service\n"); |