Index: native_client_sdk/src/libraries/nacl_io/mount_http.cc |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_http.cc b/native_client_sdk/src/libraries/nacl_io/mount_http.cc |
similarity index 99% |
rename from native_client_sdk/src/libraries/nacl_mounts/mount_http.cc |
rename to native_client_sdk/src/libraries/nacl_io/mount_http.cc |
index 0bcdd27f612f32fe94dd3ab1662c0d9bbe403843..e387dba1790dbf4410de5bfcceae2f2bba531de4 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_http.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/mount_http.cc |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-#include "nacl_mounts/mount_http.h" |
+#include "nacl_io/mount_http.h" |
#include <assert.h> |
#include <ctype.h> |
#include <errno.h> |
@@ -14,8 +14,8 @@ |
#include <sys/stat.h> |
#include <sys/types.h> |
#include <vector> |
-#include "nacl_mounts/mount_node_dir.h" |
-#include "nacl_mounts/osinttypes.h" |
+#include "nacl_io/mount_node_dir.h" |
+#include "nacl_io/osinttypes.h" |
#include "utils/auto_lock.h" |
#if defined(WIN32) |