Index: src/trusted/sel_universal/sel_universal.cc |
diff --git a/src/trusted/sel_universal/sel_universal.cc b/src/trusted/sel_universal/sel_universal.cc |
index 2a9299689bfa193038bacad7c3a53f5bce1f039e..874fc5144a09cf526dc6dddca5474da7e1b34362 100644 |
--- a/src/trusted/sel_universal/sel_universal.cc |
+++ b/src/trusted/sel_universal/sel_universal.cc |
@@ -192,7 +192,7 @@ int raii_main(int argc, char* argv[]) { |
sel_ldr_argv.push_back(ss_stderr.str()); |
} |
// Start sel_ldr with the given application and arguments. |
- nacl::SelLdrLauncher launcher; |
+ nacl::SelLdrLauncherStandalone launcher; |
nacl::DescWrapperFactory factory; // DescWrapper "namespace" |
if (!launcher.StartViaCommandLine(command_prefix, sel_ldr_argv, app_argv)) { |