Index: native_client_sdk/src/libraries/nacl_io/mount_node_dir.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h |
similarity index 86% |
rename from native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
rename to native_client_sdk/src/libraries/nacl_io/mount_node_dir.h |
index 4a32831c4ac5103074a9faa248694f1f27043ea6..b747207b141f3f928d1e2737725539a03890ecc0 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h |
@@ -2,13 +2,13 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
-#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
+#ifndef LIBRARIES_NACL_IO_MOUNT_NODE_DIR_H_ |
+#define LIBRARIES_NACL_IO_MOUNT_NODE_DIR_H_ |
#include <map> |
#include <string> |
-#include "nacl_mounts/mount_node.h" |
+#include "nacl_io/mount_node.h" |
struct dirent; |
@@ -51,4 +51,4 @@ private: |
friend class MountHtml5Fs; |
}; |
-#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
+#endif // LIBRARIES_NACL_IO_MOUNT_NODE_DIR_H_ |