Index: native_client_sdk/src/libraries/nacl_io/mount_node.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node.h b/native_client_sdk/src/libraries/nacl_io/mount_node.h |
similarity index 92% |
rename from native_client_sdk/src/libraries/nacl_mounts/mount_node.h |
rename to native_client_sdk/src/libraries/nacl_io/mount_node.h |
index c52e765cf162ba8413c865c69bb94c4d7096f327..aedc093b82378a0c3ef47ccc1f8210cedd25de8b 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_node.h |
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node.h |
@@ -2,12 +2,12 @@ |
* 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_H_ |
-#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_H_ |
+#ifndef LIBRARIES_NACL_IO_MOUNT_NODE_H_ |
+#define LIBRARIES_NACL_IO_MOUNT_NODE_H_ |
#include <string> |
-#include "nacl_mounts/osstat.h" |
+#include "nacl_io/osstat.h" |
#include "utils/ref_object.h" |
struct dirent; |
@@ -72,4 +72,4 @@ protected: |
friend class MountNodeDir; |
}; |
-#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_H_ |
+#endif // LIBRARIES_NACL_IO_MOUNT_NODE_H_ |