| Index: mojo/nacl/nonsfi/nexe_launcher_nonsfi.cc
|
| diff --git a/mojo/nacl/nexe_launcher_nonsfi.cc b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.cc
|
| similarity index 90%
|
| rename from mojo/nacl/nexe_launcher_nonsfi.cc
|
| rename to mojo/nacl/nonsfi/nexe_launcher_nonsfi.cc
|
| index c76b0a1059f0df93cd597a9456eed2b52434d69a..c8edb8b0a959c55c67f9f08b406949a7995d14f8 100644
|
| --- a/mojo/nacl/nexe_launcher_nonsfi.cc
|
| +++ b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/nacl/nexe_launcher_nonsfi.h"
|
| +#include "mojo/nacl/nonsfi/nexe_launcher_nonsfi.h"
|
|
|
| #include "base/files/file_util.h"
|
| -#include "mojo/nacl/irt_mojo_nonsfi.h"
|
| +#include "mojo/nacl/nonsfi/irt_mojo_nonsfi.h"
|
| #include "mojo/public/c/system/types.h"
|
| #include "native_client/src/public/irt_core.h"
|
| #include "native_client/src/public/nonsfi/elf_loader.h"
|
|
|