Index: native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.cc b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc |
similarity index 98% |
rename from native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.cc |
rename to native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc |
index 1eff4bc0e930d0641ec3acd449872ef9a8f22ec1..abe62e6f4af7bb4836421784c93ca1f962300cfb 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-#include "nacl_mounts/mount_html5fs.h" |
+#include "nacl_io/mount_html5fs.h" |
#include <errno.h> |
#include <ppapi/c/pp_completion_callback.h> |
@@ -11,7 +11,7 @@ |
#include <stdlib.h> |
#include <string.h> |
#include <algorithm> |
-#include "nacl_mounts/mount_node_html5fs.h" |
+#include "nacl_io/mount_node_html5fs.h" |
#include "utils/auto_lock.h" |
namespace { |