Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: mojo/nacl/sfi/monacl_shell.cc

Issue 1398213003: Refactored Non-SFI and SFI NaCl into separate directories. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/nacl/sfi/README.md ('k') | mojo/nacl/sfi/nacl_bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/sfi/monacl_shell.cc
diff --git a/mojo/nacl/monacl_shell.cc b/mojo/nacl/sfi/monacl_shell.cc
similarity index 96%
rename from mojo/nacl/monacl_shell.cc
rename to mojo/nacl/sfi/monacl_shell.cc
index 05f25743c1320626250c7887398d334ca2af121c..0b613a948f8dd7bc43f0b195be0531f1ad2a40a5 100644
--- a/mojo/nacl/monacl_shell.cc
+++ b/mojo/nacl/sfi/monacl_shell.cc
@@ -9,7 +9,7 @@
#include "base/logging.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/simple_platform_support.h"
-#include "nacl_bindings/monacl_sel_main.h"
+#include "mojo/nacl/sfi/nacl_bindings/monacl_sel_main.h"
#include "native_client/src/public/nacl_desc.h"
NaClDesc* OpenFile(const char* filename) {
« no previous file with comments | « mojo/nacl/sfi/README.md ('k') | mojo/nacl/sfi/nacl_bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698